Skip to content
Snippets Groups Projects
Commit 23dd6425 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch 'sly2j-master-patch-86960' into 'master'

Fix logic for nightly build triggering juggler CI

See merge request !75
parents 0c9bda20 3fbd2bb7
No related branches found
No related tags found
1 merge request!75Fix logic for nightly build triggering juggler CI
...@@ -270,7 +270,7 @@ jug_xl:singularity:nightly: ...@@ -270,7 +270,7 @@ jug_xl:singularity:nightly:
juggler:master: juggler:master:
stage: deploy stage: deploy
rules: rules:
- if: '$NIGHTLY != "0" && $CI_COMMIT_BRANCH == "master"' - if: '$NIGHTLY == "0" && $CI_COMMIT_BRANCH == "master"'
when: on_success when: on_success
- when: never - when: never
needs: needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment