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

fix: add nightly ruleset for jug_xl:singularity:nightly

parent 11547170
No related branches found
No related tags found
1 merge request!423fix: add nightly ruleset for jug_xl:singularity:nightly
...@@ -417,6 +417,11 @@ jug_xl:singularity:default: ...@@ -417,6 +417,11 @@ jug_xl:singularity:default:
jug_xl:singularity:nightly: jug_xl:singularity:nightly:
extends: .singularity extends: .singularity
rules:
- !reference ['.singularity', rules]
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
- when: never
needs: needs:
- version - version
- jug_xl:nightly - jug_xl:nightly
......
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