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

Fix logic for nightly build triggering juggler CI

parent 0c9bda20
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:
juggler:master:
stage: deploy
rules:
- if: '$NIGHTLY != "0" && $CI_COMMIT_BRANCH == "master"'
- if: '$NIGHTLY == "0" && $CI_COMMIT_BRANCH == "master"'
when: on_success
- when: never
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment