From 8c20f15a49327f42180a0af890167f2fecbb0fc2 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 10 Aug 2024 23:16:08 -0400 Subject: [PATCH] try skipping --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23881001fe..e784dc57a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,10 +69,6 @@ workflow: # If running on any branch other than main. build: stage: build - cache: - key: "${CI_COMMIT_REF_SLUG}" - paths: - - "${CI_DIR}/scons_cache" before_script: - find $BUILD_DIR/ -mindepth 1 -delete - *default_before_script