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

Switching to real deployement

parent 90a51474
No related branches found
No related tags found
No related merge requests found
Pipeline #206376 passed
......@@ -201,9 +201,12 @@ spack:deploy:
--bind ${CI_DATA_LT}/squashfs-cache/
--fusemount "container:squashfuse_ll ${squashfs_image} /squashfs"
script:
- ls /squashfs
- ls ${MOUNT_POINT}
- rsync --dry-run -au /squashfs/${stack}/ ${MOUNT_POINT}/${stack}/
- ls /squashfs/${stack}/
- mkdir -p ${MOUNT_POINT}/${stack}/
- ls ${MOUNT_POINT}/${stack}/
- rsync -auP /squashfs/${stack}/ ${MOUNT_POINT}/${stack}/
needs:
- job: spack:install
timeout: 2h
......
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