From 53c259df27d623402ffe5b758ebcb4274791b87c Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Thu, 17 Nov 2022 20:35:56 -0700 Subject: [PATCH] wip --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99e48d9e..f6b3ee5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ variables: CNI_MTU: 1500 BUILDKIT_HOST: tcp://veilid-runner-1:8372 EARTHLY_EXEC_CMD: "/bin/sh" - EARTHLY_NO_CACHE: true earthly: stage: build @@ -12,4 +11,4 @@ earthly: - linux - amd64 script: - - earthly --ci -P +package-linux + - earthly --ci -P --no-cache +package-linux