diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-09-04 10:11:24 -0600 |
---|---|---|
committer | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-09-04 11:18:56 -0600 |
commit | 597b43e30a1b225e2c019f475cb43dbe9db483fc (patch) | |
tree | e6f3ba3346d4cefad996295cf1b3a41eff02a3a5 /share | |
parent | 6fcec1dcff50168cf4534eb1fd23a73ad08ef472 (diff) | |
download | spack-597b43e30a1b225e2c019f475cb43dbe9db483fc.tar.gz spack-597b43e30a1b225e2c019f475cb43dbe9db483fc.tar.bz2 spack-597b43e30a1b225e2c019f475cb43dbe9db483fc.tar.xz spack-597b43e30a1b225e2c019f475cb43dbe9db483fc.zip |
Rely on E4S project variable for SPACK_REPO
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/pr_pipeline.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/spack/gitlab/pr_pipeline.yml b/share/spack/gitlab/pr_pipeline.yml index 4eb08f3434..86b52c2ea1 100644 --- a/share/spack/gitlab/pr_pipeline.yml +++ b/share/spack/gitlab/pr_pipeline.yml @@ -2,7 +2,6 @@ pr_pipeline: only: - external_pull_requests variables: - SPACK_REPO: https://github.com/spack/spack.git SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME} SPACK_IS_PR_PIPELINE: "True" trigger: @@ -13,7 +12,6 @@ merge_pipeline: only: - develop variables: - SPACK_REPO: https://github.com/spack/spack.git SPACK_REF: develop trigger: project: spack/e4s |