Switch to python
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-12-27 20:37:29 +01:00
parent 8f6e2f30a6
commit c480c11d47
2 changed files with 10 additions and 5 deletions

7
.gitignore vendored
View File

@@ -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

View File

@@ -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