Skip to content
Snippets Groups Projects

Added downstream pipeline trigger.

Merged Whitney Armstrong requested to merge downstream_trigger into master
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
+ 10
10
@@ -123,16 +123,16 @@ overlap_check_geant4:
@@ -123,16 +123,16 @@ overlap_check_geant4:
- if [[ "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi
- if [[ "$(cat doc/overlap_check_geant4.out | grep GeomVol1002 | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi
#detectors:athena:
detectors:athena:
# stage: deploy
stage: deploy
# needs: ["overlap_check"]
needs: ["overlap_check"]
# variables:
variables:
# JUGGLER_DETECTOR: "athena"
JUGGLER_DETECTOR: "athena"
# JUGGLER_DETECTOR_VERSION: "master"
JUGGLER_DETECTOR_VERSION: "master"
# BEAMLINE_CONFIG: "$BEAMLINE_CONFIG"
BEAMLINE_CONFIG: "$BEAMLINE_CONFIG"
# BEAMLINE_CONFIG_VERSION: "$BEAMLINE_CONFIG_VERSION"
BEAMLINE_CONFIG_VERSION: "$BEAMLINE_CONFIG_VERSION"
# trigger:
trigger:
# project: EIC/detectors/athena
project: EIC/detectors/athena
#
#
#detectors:jug_detector:
#detectors:jug_detector:
# stage: deploy
# stage: deploy
Loading