mirror of
https://gitlab.com/octospacc/WebPinBoard
synced 2025-06-05 22:09:16 +02:00
Update .gitlab-ci.yml
This commit is contained in:
@ -2,8 +2,10 @@ image: alpine:latest
|
||||
|
||||
before_script:
|
||||
- apk update
|
||||
- apk add python3 py3-pip wkhtmltopdf
|
||||
- apk add python3 py3-pip wget
|
||||
- pip3 install -r Source/requirements.txt
|
||||
- wget "https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/wkhtmltopdf-0.12.6-r0.apk"
|
||||
- apk add --allow-untrusted wkhtmltopdf-0.12.6-r0.apk
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
Reference in New Issue
Block a user