We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cfe39 commit d80bc70Copy full SHA for d80bc70
share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -1,5 +1,9 @@
1
stages: [ "generate", "build", "publish" ]
2
3
+variables:
4
+ SPACK_DISABLE_LOCAL_CONFIG: "1"
5
+ SPACK_USER_CACHE_PATH: "${CI_PROJECT_DIR}/tmp/_user_cache/"
6
+
7
default:
8
image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
9
@@ -65,8 +69,6 @@ default:
65
69
.base-job:
66
70
variables:
67
71
SPACK_BUILDCACHE_DESTINATION: "s3://spack-binaries/${CI_COMMIT_REF_NAME}/${SPACK_CI_STACK_NAME}"
68
- SPACK_DISABLE_LOCAL_CONFIG: "1"
- SPACK_USER_CACHE_PATH: "${CI_PROJECT_DIR}/tmp/_user_cache/"
72
rules:
73
- if: $CI_COMMIT_REF_NAME == "develop"
74
# Pipelines on develop only rebuild what is missing from the mirror
0 commit comments