Rely on E4S project variable for SPACK_REPO

This commit is contained in:
Scott Wittenburg 2020-09-04 10:11:24 -06:00
parent 6fcec1dcff
commit 597b43e30a

View File

@ -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