diff options
-rw-r--r-- | share/spack/gitlab/nersc_pipeline.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/spack/gitlab/nersc_pipeline.yml b/share/spack/gitlab/nersc_pipeline.yml new file mode 100644 index 0000000000..5edcb70c78 --- /dev/null +++ b/share/spack/gitlab/nersc_pipeline.yml @@ -0,0 +1,9 @@ +merge_pipeline: + only: + - develop + variables: + SPACK_REPO: ${CI_PROJECT_URL} + SPACK_REF: ${CI_COMMIT_SHA} + trigger: + project: ecp/e4s/e4s + strategy: depend |