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

make sure variables are seen as strings

parent f5893031
No related branches found
No related tags found
No related merge requests found
Pipeline #179066 failed
......@@ -15,9 +15,9 @@ workflow:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
BUILDCACHE: /scratch/richart/buildcache
SPACK_DISABLE_LOCAL_CONFIG: true
SPACK_USER_CACHE_PATH: /tmp/spack_cache
BUILDCACHE: "/scratch/richart/buildcache"
SPACK_DISABLE_LOCAL_CONFIG: "true"
SPACK_USER_CACHE_PATH: "/tmp/spack_cache"
# ------------------------------------------------------------------------------
.parallel_job:
......
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