This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
pipeline:
|
||||
render_website:
|
||||
image: python
|
||||
image: ubuntu
|
||||
commands:
|
||||
- apt update > /dev/null
|
||||
- apt install -y git zip inotify-tools ca-certificates > /dev/null
|
||||
- apt install -y python-pip3 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