try skipping

This commit is contained in:
Jason Wen
2024-08-10 23:16:08 -04:00
parent 3dff89fa3b
commit 8c20f15a49
-4
View File
@@ -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