From 92690a22d22f86d928cf48f42c343da14a067444 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Fri, 6 Aug 2021 02:45:22 +0000 Subject: [PATCH] Fix downstream trigger for Juggler to properly use the master branch for all components (similar to nightly) --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aef9f33b6..107a06466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -326,6 +326,11 @@ juggler:master: - jug_xl:nightly variables: TRIGGERED_BY_NIGHTLY: 1 + JUGGLER_VERSION: master + EICD_VERSION: master + NPDET_VERSION: master + DETECTOR_VERSION: master + IP6_VERSION: master trigger: project: EIC/juggler allow_failure: true -- GitLab