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

more debug of path

parent e66ae066
No related branches found
No related tags found
No related merge requests found
Pipeline #190729 failed
...@@ -36,8 +36,8 @@ variables: ...@@ -36,8 +36,8 @@ variables:
- stack - stack
variables: variables:
COMMAND_OPTIONS_SBATCH: ${slurm_options} COMMAND_OPTIONS_SBATCH: ${slurm_options}
STACK_CONFIG=${CI_PROJECT_DIR}/stacks/${stack}/config.json STACK_CONFIG: ${CI_PROJECT_DIR}/stacks/${stack}/config.json
STACK_LOCATION=$(jq -r .stack.mount_point ${STACK_CONFIG}) STACK_LOCATION: $(jq -r .stack.mount_point ${STACK_CONFIG})
APPTAINER_EXEC_OPTIONS: ${apptainer_options} --bind ${BUILDCACHE}:/buildcache:rw --bind ${CI_PROJECT_DIR}:${STACK_LOCATION} 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_CACHE_PATH: "/tmp/spack_cache_${CI_JOB_ID}"
SPACK_USER_CONFIG_PATH: "/tmp/spack_user_${CI_JOB_ID}" SPACK_USER_CONFIG_PATH: "/tmp/spack_user_${CI_JOB_ID}"
......
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