Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-22 22:02:49 +00:00
parent eccba68cce
commit 1af38865fd

View File

@ -15,6 +15,9 @@ upload:
script: script:
- docker push luki42/latex-full:latest - docker push luki42/latex-full:latest
cleanup_all:
stage: cleanup
build_full: build_full:
stage: build stage: build
script: script:
@ -27,7 +30,3 @@ upload_full:
needs: ["build_full"] needs: ["build_full"]
script: script:
- docker push luki42/latex-full:static - docker push luki42/latex-full:static
cleanup_all:
stage: cleanup