From b2d8bb731827bbbb2bd93c5943e92c6a37f98454 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 4 Jun 2018 10:15:59 +0100 Subject: Remove upload cache after build (failing to push) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d94018b4..f9864864 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,7 +105,7 @@ bst-build-minimal-system: <<: *bst_before_script script: - scripts/bst-build-or-show systems/minimal-system-content.bst - <<: *bst_cache +# <<: *bst_cache bst-minimal-system-deploy: stage: deploy-1 -- cgit v1.2.1