diff options
author | Jamie Finney <jfinney10@users.noreply.github.com> | 2021-01-08 14:57:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 12:57:50 -0700 |
commit | 3f0f79d2c928ea10063263f1e1d8bc392f6e77d7 (patch) | |
tree | 07ef241b7ec3b84684dd21d5a2e64910ff7708d6 | |
parent | ea0b0015970180410bfc9fa25f6f924f8e103313 (diff) | |
download | spack-3f0f79d2c928ea10063263f1e1d8bc392f6e77d7.tar.gz spack-3f0f79d2c928ea10063263f1e1d8bc392f6e77d7.tar.bz2 spack-3f0f79d2c928ea10063263f1e1d8bc392f6e77d7.tar.xz spack-3f0f79d2c928ea10063263f1e1d8bc392f6e77d7.zip |
Remove ascent gitlab trigger (#20755)
Remove the ORNL Ascent gitlab trigger
CI will now be done internally via periodic builds.
-rw-r--r-- | share/spack/gitlab/ascent_pipeline.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/share/spack/gitlab/ascent_pipeline.yml b/share/spack/gitlab/ascent_pipeline.yml deleted file mode 100644 index 4b00ec19e2..0000000000 --- a/share/spack/gitlab/ascent_pipeline.yml +++ /dev/null @@ -1,9 +0,0 @@ -merge_pipeline: - only: - - develop - variables: - SPACK_REPO: ${CI_PROJECT_URL} - SPACK_REF: ${CI_COMMIT_SHA} - trigger: - project: ecpcitest/e4s - strategy: depend |