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

Remove the need to create a subbolder

parent 90b8f736
No related branches found
No related tags found
No related merge requests found
Pipeline #198125 failed
......@@ -58,7 +58,7 @@ variables:
MIRROR: "/work/scitas-ge/richart/ci/mirror"
FAKEHOME: "/scratch/richart"
COMMAND_OPTIONS_SBATCH: ${slurm_options}
APPTAINER_EXEC_OPTIONS: ${apptainer_options} --cleanenv --no-home -H $(mktemp -d -p ${FAKEHOME}/.tmp):$HOME --bind ${BUILDCACHE}:/buildcache:rw --bind ${MIRROR}:${MOUNT_POINT}/spack-mirror:rw --bind ${CI_PROJECT_DIR}:${MOUNT_POINT} --bind /dev/tty
APPTAINER_EXEC_OPTIONS: ${apptainer_options} --cleanenv --no-home -H $(mktemp -d -p ${FAKEHOME}/):$HOME --bind ${BUILDCACHE}:/buildcache:rw --bind ${MIRROR}:${MOUNT_POINT}/spack-mirror:rw --bind ${CI_PROJECT_DIR}:${MOUNT_POINT} --bind /dev/tty
.spack_cache:
cache:
......
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