diff options
-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 |