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
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -434,8 +434,8 @@ jug_xl:nightly:
@@ -434,8 +434,8 @@ jug_xl:nightly:
jug_xl:singularity:default:
jug_xl:singularity:default:
extends: .singularity
extends: .singularity
variables:
variables:
- BUILD_TYPE: default
BUILD_TYPE: default
- BUILD_IMAGE: jug_xl
BUILD_IMAGE: jug_xl
needs:
needs:
- version
- version
- jug_xl:default
- jug_xl:default
@@ -444,8 +444,8 @@ jug_xl:singularity:default:
@@ -444,8 +444,8 @@ jug_xl:singularity:default:
jug_xl:singularity:nightly:
jug_xl:singularity:nightly:
extends: .singularity
extends: .singularity
variables:
variables:
- BUILD_TYPE: nightly
BUILD_TYPE: nightly
- BUILD_IMAGE: jug_xl
BUILD_IMAGE: jug_xl
needs:
needs:
- version
- version
- jug_xl:nightly
- jug_xl:nightly
Loading