From 5cbea5271cf4886e9f1eca0f28cc391204874186 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 29 Aug 2024 01:23:29 +0000 Subject: [PATCH] test: --no-cache-filter spack,builder,staging,runtime --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c24f301a..809d4d824 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -447,7 +447,7 @@ eic: 2>&1 | tee build.log ; do if grep "unknown blob" build.log ; then - BUILD_OPTIONS="--no-cache ${BUILD_OPTIONS}" ; + BUILD_OPTIONS="--no-cache-filter spack,builder,staging,runtime ${BUILD_OPTIONS}" ; else exit 1 ; fi ; -- GitLab