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

Multiline trouble ?

parent df2c8686
No related branches found
No related tags found
1 merge request!2CI update to use squashfs
...@@ -81,10 +81,7 @@ variables: ...@@ -81,10 +81,7 @@ variables:
--fusemount "host:/usr/libexec/apptainer/bin/squashfuse_ll ${CI_DATA}/squashfs-cache/${stack}-${environment}-${SQUASHFS_ID}.sqfs /overlayfs/lower-${SQUASHFS_ID}-${CI_JOB_ID}" --fusemount "host:/usr/libexec/apptainer/bin/squashfuse_ll ${CI_DATA}/squashfs-cache/${stack}-${environment}-${SQUASHFS_ID}.sqfs /overlayfs/lower-${SQUASHFS_ID}-${CI_JOB_ID}"
--fusemount "host:${CI_PROJECT_DIR}/ci/fuse-overlayfs.sh ${CI_DATA} ${SQUASHFS_ID}-${CI_JOB_ID} ${MOUNT_POINT}/${stack}/${environment}/${STACK_VERSION}" --fusemount "host:${CI_PROJECT_DIR}/ci/fuse-overlayfs.sh ${CI_DATA} ${SQUASHFS_ID}-${CI_JOB_ID} ${MOUNT_POINT}/${stack}/${environment}/${STACK_VERSION}"
after_script: after_script:
- if [ $CI_JOB_STATUS != "success" ] - if [ $CI_JOB_STATUS != "success" ]; then exit 0; fi
then
exit 0
fi
- ${CI_PROJECT_DIR}/ci/update_squashfs.sh - ${CI_PROJECT_DIR}/ci/update_squashfs.sh
.spack_cache: .spack_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