This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
pipeline:
|
||||
render_website:
|
||||
image: alpine:3.17
|
||||
image: ubuntu
|
||||
commands:
|
||||
- ls
|
||||
- exit 3
|
||||
- apk add --no-cache py3-pip git zip inotify-tools
|
||||
- apt update
|
||||
- apt install -y python3-pip git zip inotify-tools
|
||||
- pip3 install -r slides/requirements.txt
|
||||
- cd slides
|
||||
- ./build.sh
|
||||
Reference in New Issue
Block a user