Skip to content
Snippets Groups Projects
Commit bed5d30d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fix the pipeline trigger for web and webide

parent 9ed77bbb
No related branches found
No related tags found
No related merge requests found
Pipeline #9974 passed with warnings
......@@ -40,14 +40,12 @@ stages:
common:setup:
stage: config
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
before_script:
- git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script:
- export JUGGLER_DETECTOR="reference_detector"
- |
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
if [[ "${CI_PIPELINE_SOURCE}" == "web" || "${CI_PIPELINE_SOURCE}" == "webide" || "${CI_PIPELINE_SOURCE}" == "merge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
export JUGGLER_DETECTOR_VERSION="${CI_COMMIT_REF_NAME}"
echo "BEAMLINE_CONFIG = ${BEAMLINE_CONFIG}"
echo "BEAMLINE_CONFIG_VERSION = ${BEAMLINE_CONFIG_VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment