Rely on E4S project variable for SPACK_REPO
This commit is contained in:
parent
6fcec1dcff
commit
597b43e30a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user