Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
detectors
Reference Detector
Commits
5af8f344
Commit
5af8f344
authored
May 19, 2021
by
Whitney Armstrong
Browse files
Fix the pipeline trigger for web and webide
parent
a89e4dfe
Pipeline
#10086
passed with stages
in 9 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5af8f344
...
@@ -40,14 +40,12 @@ stages:
...
@@ -40,14 +40,12 @@ stages:
common:setup:
common:setup:
stage
:
config
stage
:
config
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
before_script
:
before_script
:
-
git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
-
git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script
:
script
:
-
export JUGGLER_DETECTOR="reference_detector"
-
export JUGGLER_DETECTOR="reference_detector"
-
|
-
|
if [[ "
x
${CI_PIPELINE_SOURCE}" == "
x
merge_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}"
export JUGGLER_DETECTOR_VERSION="${CI_COMMIT_REF_NAME}"
echo "BEAMLINE_CONFIG = ${BEAMLINE_CONFIG}"
echo "BEAMLINE_CONFIG = ${BEAMLINE_CONFIG}"
echo "BEAMLINE_CONFIG_VERSION = ${BEAMLINE_CONFIG_VERSION}"
echo "BEAMLINE_CONFIG_VERSION = ${BEAMLINE_CONFIG_VERSION}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment