From 2621703bf6092650bf33321e42479c4943309905 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 2 Sep 2024 22:40:46 +0000 Subject: [PATCH] fix: rm staging from BUILD_OPTIONS --no-cache-filter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c01d06208..0b70ac0e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -449,7 +449,7 @@ eic: 2>&1 | tee build.log ; do if grep "unknown blob" build.log ; then - BUILD_OPTIONS="--no-cache-filter spack,builder,staging,runtime ${BUILD_OPTIONS}" ; + BUILD_OPTIONS="--no-cache-filter spack,builder,runtime ${BUILD_OPTIONS}" ; else exit 1 ; fi ; -- GitLab