Skip to content
Snippets Groups Projects
Commit c79d0ac3 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: re-add extends .singularity

parent a4383fdf
No related branches found
No related tags found
1 merge request!701feat: use official singularity image
...@@ -432,6 +432,7 @@ jug_xl:nightly: ...@@ -432,6 +432,7 @@ jug_xl:nightly:
after_script: "" after_script: ""
jug_xl:singularity:default: jug_xl:singularity:default:
extends: .singularity
variables: variables:
- BUILD_TYPE: default - BUILD_TYPE: default
- BUILD_IMAGE: jug_xl - BUILD_IMAGE: jug_xl
...@@ -441,6 +442,7 @@ jug_xl:singularity:default: ...@@ -441,6 +442,7 @@ jug_xl:singularity:default:
# eic-shell expects build/jug_xl.sif from the job with name 'jug_xl:singularity:nightly' # eic-shell expects build/jug_xl.sif from the job with name 'jug_xl:singularity:nightly'
jug_xl:singularity:nightly: jug_xl:singularity:nightly:
extends: .singularity
variables: variables:
- BUILD_TYPE: nightly - BUILD_TYPE: nightly
- BUILD_IMAGE: jug_xl - BUILD_IMAGE: jug_xl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment