Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-23 08:37:55 +00:00
parent 6f5edb72a0
commit 4070f6add2

View File

@ -31,7 +31,6 @@ build_full:
upload_full:
stage: upload
needs: ["build_full"]
script:
- docker push luki42/latex-full:stati
when: manual