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

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

Now trigger juggler as part of the nightly rebuild

See merge request !73
parents a3819eb3 1121ce40
Branches
Tags
1 merge request!73Now trigger juggler as part of the nightly rebuild
......@@ -266,6 +266,22 @@ jug_xl:singularity:nightly:
BUILD_IMAGE: "jug_xl"
INTERNAL_TAG: ${NIGHTLY_TAG}
## trigger juggler rebuild on nightly schedule to ensure both images remain in sync
juggler:master:
stage: deploy
rules:
- if: '$NIGHTLY != "0" && $CI_COMMIT_BRANCH == "master"'
when: on_success
- when: never
needs:
- version
- jug_xl:nightly
variables:
TRIGGERED_BY_NIGHTLY: 1
trigger:
project: EIC/juggler
allow_failure: true
cleanup:
stage: finalize
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment