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

Typo in version plus revert variable

parent 2ed6f144
No related branches found
No related tags found
No related merge requests found
Pipeline #194473 failed
......@@ -43,7 +43,7 @@ variables:
variables:
COMMAND_OPTIONS_SBATCH: ${slurm_options}
STACK_CONFIG: ${CI_PROJECT_DIR}/stacks/${stack}/config.json
STACK_LOCATION: "/stack"
STACK_LOCATION: $(jq -r .stack.mount_point ${STACK_CONFIG})
APPTAINER_EXEC_OPTIONS: ${apptainer_options} --bind ${BUILDCACHE}:/buildcache:rw --bind ${CI_PROJECT_DIR}:${STACK_LOCATION}
SPACK_USER_CACHE_PATH: "/tmp/spack_cache_${CI_JOB_ID}"
SPACK_USER_CONFIG_PATH: "/tmp/spack_user_${CI_JOB_ID}"
......
{
"spack": {
"version": "0.22.0",
"version": "v0.22.0",
"repos": {
"scitas-externals": {
"url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git",
......
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