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

ensure juggler is triggered on nightly builds

parent 982fe9ae
Branches
Tags
1 merge request!86ensure juggler is triggered on nightly builds
......@@ -24,6 +24,9 @@ variables:
DOCKER_NTRIES: 5
DOCKER_WAIT_TIME: 5
## is this nightly or not?
NIGHTLY: 0
stages:
- config
- build:base ## base OS image
......@@ -287,7 +290,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