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

Typo in CI

parent b28d3c63
No related branches found
No related tags found
1 merge request!2CI update to use squashfs
Pipeline #201434 failed
......@@ -80,7 +80,7 @@ variables:
--bind ${CI_DATA}/overlayfs:/overlayfs \
--fusemount "host:/usr/libexec/apptainer/bin/squashfuse_ll ${CI_DATA}/squashfs-cache/${stack}-${environment}-${SQUASHFS_ID}.sqfs /squashfs"
--fusemount "container:fuse-overlayfs -o squash_to_uid=$(id -n) -o squash_to_gid=$(id -g) -o lowerdir=/squashfs -o upperdir=/overlayfs/upper -o workdir=/overlayfs/wd ${MOUNT_POINT}/${stack}/${environment}/${STACK_VERSION}"
after_scripts:
after_script:
- ./ci/update_squashfs.sh
.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