From 6f5edb72a0fa77d2e8394eb73ed1b87032c130c4 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Thu, 23 Apr 2020 08:08:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73954cf..f606793 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,12 @@ build_full: - cd static - docker build --no-cache -t luki42/latex-full:static . when: manual - allow_failure: false + allow_failure: true upload_full: stage: upload needs: ["build_full"] script: - - docker push luki42/latex-full:static \ No newline at end of file + - docker push luki42/latex-full:stati + when: manual + allow_failure: true \ No newline at end of file