mirror of
https://gitlab.com/octospacc/WebPinBoard
synced 2025-02-01 11:37:11 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
492dfb5d7e
commit
06294465ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user