From e6932424d7719c7ea9499a910ac0f9d9af163b39 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 21 Nov 2020 14:21:39 +0200 Subject: [PATCH] Alwasy build from scratch. Pull a new image and build without caching. I want updates for existing packages without changing files. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6e01e0..ebbc41b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build: stage: build tags: ["ns4.shore.co.il"] script: - - docker-compose build + - docker-compose build --no-cache --pull run: stage: run -- GitLab