Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-22 22:25:21 +00:00
parent 24ba323df5
commit c9abf9088c

View File

@ -27,10 +27,10 @@ build_full:
- cd static
- docker build --no-cache -t luki42/latex-full:static .
when: manual
allow_failure: false
upload_full:
stage: upload
needs: ["build_full"]
allow_failure: true
script:
- docker push luki42/latex-full:static