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

Frack the variable

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