This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -5,7 +5,8 @@
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
@@ -65,3 +66,7 @@ override.tf.json
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
slides/index.html
|
||||
slides/intro-triodos-1-day.yml.html
|
||||
slides/past.html
|
||||
slides/index.html
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
pipeline:
|
||||
render_website:
|
||||
image: ubuntu
|
||||
image: python
|
||||
commands:
|
||||
- apt update > /dev/null 2>&1
|
||||
- apt install -y python3-pip git zip inotify-tools ca-certificates > /dev/null 2>&1
|
||||
- pip3 install -r slides/requirements.txt > /dev/null 2>&1
|
||||
- apt update > /dev/null
|
||||
- apt install -y git zip inotify-tools ca-certificates > /dev/null
|
||||
- pip3 install -r slides/requirements.txt > /dev/null
|
||||
- cd slides
|
||||
- ./build.sh
|
||||
Reference in New Issue
Block a user