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

Tweaking ci rules for eicweb/phy server

	modified:   .gitlab-ci.yml
parent 0c0e1cf7
Branches
No related tags found
1 merge request!17Tweaking ci rules for eicweb/phy server
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "webide"'
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_TAG'
default:
before_script:
- ls -lrth && pwd
......@@ -27,8 +36,8 @@ stages:
common:variables:
stage: config0
#rules:
# - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
script:
- |
echo " CI_PIPELINE_SOURCE = ${CI_PIPELINE_SOURCE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment