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

Updating "by_hand" to match ci

parent 05ba544d
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,15 @@ srun ${srun_options} --pty apptainer run \
--bind ${CI_DATA_LT}/spack-mirror:${MOUNT_POINT}/spack-mirror \
--bind ${CI_DATA_LT}/squashfs-cache/:/squashfs-cache \
--bind ${CI_DATA_ST}/overlayfs:/overlayfs \
--bind ${CI_DATA_ST}/deconcretize:/deconcretize \
--env PYTHONUNBUFFERED=1 \
--env stack=${stack} \
--env environment=${environment} \
--env GPG_PRIVATE_KEY=${GPG_PRIVATE_KEY} \
--env CI_PROJECT_DIR=${CI_PROJECT_DIR} \
--env CI_PIPELINE_ID=${CI_PIPELINE_ID} \
--env CI_DATA_LT=${CI_DATA_LT} \
--env CI_DATA_ST=${CI_DATA_ST} \
--env SQUASHFS_ID=${SQUASHFS_ID} \
--fusemount "host:${CI_PROJECT_DIR}/ci/squashfuse_ll.sh ${CI_DATA_ST} ${image_name} ${squashfs_image} /overlayfs/lower-${image_name}" \
--fusemount "container:${CI_PROJECT_DIR}/ci/fuse-overlayfs.sh ${image_name} ${MOUNT_POINT}/${stack}/${environment}/${STACK_VERSION}" \
......
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