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

modified: .gitlab-ci.yml

parent 9be65d5b
No related branches found
No related tags found
1 merge request!22Resolve "Add pipeline triggers"
Pipeline #8288 passed
......@@ -30,7 +30,7 @@ env:
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
script:
- ls -lrth /scratch
- ls -lrth /scratch && printenv > /scratch/last_job.out
- |
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
export EIC_DATA_MODEL_VERSION="${CI_COMMIT_REF_NAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment