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
Branches
Tags
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