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: only:
- external_pull_requests - external_pull_requests
variables: variables:
SPACK_REPO: https://github.com/spack/spack.git
SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME} SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME}
SPACK_IS_PR_PIPELINE: "True" SPACK_IS_PR_PIPELINE: "True"
trigger: trigger:
@ -13,7 +12,6 @@ merge_pipeline:
only: only:
- develop - develop
variables: variables:
SPACK_REPO: https://github.com/spack/spack.git
SPACK_REF: develop SPACK_REF: develop
trigger: trigger:
project: spack/e4s project: spack/e4s