Skip to content
Snippets Groups Projects

feat: use official singularity image

Merged Wouter Deconinck requested to merge use-external-singularity-image into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -413,7 +413,7 @@ jug_xl:nightly:
@@ -413,7 +413,7 @@ jug_xl:nightly:
.singularity:
.singularity:
image:
image:
name: ${SINGULARITY_IMAGE}
name: ${SINGULARITY_IMAGE}
entrypoint: ["/bin/sh"]
entrypoint: ["/bin/bash"]
stage: deploy
stage: deploy
interruptible: true
interruptible: true
rules:
rules:
Loading