Skip to content
Snippets Groups Projects
Commit 57028a1e authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Wrong variable name for spack config

parent 01ffd2b0
No related branches found
No related tags found
No related merge requests found
Pipeline #179377 failed
......@@ -38,7 +38,7 @@ variables:
APPTAINER_EXEC_OPTIONS: ${apptainer_options} --bind ${BUILDCACHE}:/buildcache:rw --bind ${STACK_PATH}:/stack:rw --writable-tmpfs
SPACK_DISABLE_LOCAL_CONFIG: "true"
SPACK_USER_CACHE_PATH: "/tmp/spack_cache_${CI_JOB_ID}"
SPACK_SITE_CONFIG_PATH: "/stack/spack/etc"
SPACK_SYSTEM_CONFIG_PATH: "/stack/spack/etc"
BUILDCACHE: "/work/scitas-ge/richart/ci/buildcache"
STACK_PATH: "/work/scitas-ge/richart/ci/${environment}/stack"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment