diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2020-09-23 09:35:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 09:35:29 -0700 |
commit | 9eb87d1026819875dec8bb7fa00252576fd62006 (patch) | |
tree | 4c41b4ce501f301257d99e0941a77e7be3b54752 /share | |
parent | 394a23d3922a32bc699329efd20aafd748fbbf9f (diff) | |
download | spack-9eb87d1026819875dec8bb7fa00252576fd62006.tar.gz spack-9eb87d1026819875dec8bb7fa00252576fd62006.tar.bz2 spack-9eb87d1026819875dec8bb7fa00252576fd62006.tar.xz spack-9eb87d1026819875dec8bb7fa00252576fd62006.zip |
OLCF Ascent gitlab ci trigger: pass SPACK_REF (#18875)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/ascent_pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/spack/gitlab/ascent_pipeline.yml b/share/spack/gitlab/ascent_pipeline.yml index 48aca38a31..4b00ec19e2 100644 --- a/share/spack/gitlab/ascent_pipeline.yml +++ b/share/spack/gitlab/ascent_pipeline.yml @@ -1,6 +1,9 @@ merge_pipeline: only: - develop + variables: + SPACK_REPO: ${CI_PROJECT_URL} + SPACK_REF: ${CI_COMMIT_SHA} trigger: project: ecpcitest/e4s strategy: depend |