From 2d62f0e54c06180011dd5d3b37b859b1fbf61dfd Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Thu, 7 May 2020 19:13:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff36414..dd7b087 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: build: stage: build script: - - cd latest + - cd static - docker build --no-cache -t luki42/latex-full:latest . upload: @@ -19,19 +19,4 @@ cleanup: stage: cleanup needs: ["upload"] script: - - docker system prune -f - -build_full: - stage: build - script: - - cd static - - docker build --no-cache -t luki42/latex-full:static . - when: manual - allow_failure: true - -upload_full: - stage: upload - script: - - docker push luki42/latex-full:static - when: manual - allow_failure: true \ No newline at end of file + - docker system prune -a -f \ No newline at end of file