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

modified: .gitlab-ci.yml

parent 9139b616
Branches
Tags
1 merge request!90Pages CI again
Pipeline #7383 failed
...@@ -2,13 +2,15 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest ...@@ -2,13 +2,15 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
workflow: workflow:
rules: rules:
- if: '($CI_SERVER_HOST == "eicweb.phy.anl.gov") && ($CI_PIPELINE_SOURCE == "merge_request_event")' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '($CI_SERVER_HOST == "eicweb.phy.anl.gov") && ($CI_PIPELINE_SOURCE == "web")' - if: '$CI_PIPELINE_SOURCE == "web"'
- if: '($CI_SERVER_HOST == "eicweb.phy.anl.gov") && ($CI_PIPELINE_SOURCE == "webide")' - if: '$CI_PIPELINE_SOURCE == "webide"'
- if: '($CI_SERVER_HOST == "eicweb.phy.anl.gov") && ($CI_COMMIT_BRANCH == "master")' - if: '$CI_COMMIT_BRANCH == "master"'
- if: '($CI_SERVER_HOST == "eicweb.phy.anl.gov") && $CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
default: default:
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
before_script: before_script:
- mkdir -p images && mkdir -p doc/ - mkdir -p images && mkdir -p doc/
- git clone https://eicweb.phy.anl.gov/EIC/detectors/accelerator.git && ln -s accelerator/eic - git clone https://eicweb.phy.anl.gov/EIC/detectors/accelerator.git && ln -s accelerator/eic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment