Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-22 21:59:01 +00:00
parent 1760fe5b90
commit 5ee0bb29ed

View File

@ -1,6 +1,7 @@
stages: stages:
- build - build
- upload - upload
- cleanup
build: build:
stage: build stage: build
@ -24,7 +25,9 @@ build_full:
upload_full: upload_full:
stage: upload stage: upload
needs: ["build_full"] needs: ["build_full"]
when: manual
script: script:
- docker push luki42/latex-full:static - docker push luki42/latex-full:static
cleanup:
stage: cleanup