diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-07-17 10:27:05 -0600 |
---|---|---|
committer | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-09-14 10:37:42 -0600 |
commit | f537d5bb58e80bb05a5b54d61ef94473b243d0f2 (patch) | |
tree | 7953b59c5890c104d14bdd1ba113f9629552d767 /share | |
parent | 28ef5b12040662d40ad7b58042b86c3da186da76 (diff) | |
download | spack-f537d5bb58e80bb05a5b54d61ef94473b243d0f2.tar.gz spack-f537d5bb58e80bb05a5b54d61ef94473b243d0f2.tar.bz2 spack-f537d5bb58e80bb05a5b54d61ef94473b243d0f2.tar.xz spack-f537d5bb58e80bb05a5b54d61ef94473b243d0f2.zip |
Make sure each develop pipeline tests associated commit
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/pr_pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/pr_pipeline.yml b/share/spack/gitlab/pr_pipeline.yml index 86b52c2ea1..367a4b9077 100644 --- a/share/spack/gitlab/pr_pipeline.yml +++ b/share/spack/gitlab/pr_pipeline.yml @@ -12,7 +12,7 @@ merge_pipeline: only: - develop variables: - SPACK_REF: develop + SPACK_REF: ${CI_COMMIT_SHA} trigger: project: spack/e4s strategy: depend
\ No newline at end of file |