From c9abf9088c1171ca2a1abda5f9234bd88eb4b483 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Wed, 22 Apr 2020 22:25:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4a819f..73954cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file