diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2022-05-10 09:05:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 08:05:19 -0700 |
commit | a65e00392c0cd6a573937afc01b7b80d075946f1 (patch) | |
tree | 27e536b753cd4a59004390eb723365fd92a20de1 /share | |
parent | 250fa6dadacced1f42d660f01d868ba610e22bb1 (diff) | |
download | spack-a65e00392c0cd6a573937afc01b7b80d075946f1.tar.gz spack-a65e00392c0cd6a573937afc01b7b80d075946f1.tar.bz2 spack-a65e00392c0cd6a573937afc01b7b80d075946f1.tar.xz spack-a65e00392c0cd6a573937afc01b7b80d075946f1.zip |
gitlab ci: do not override .generate tags for e4s (#30571)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index a25ebdf067..0478f9e548 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -191,7 +191,6 @@ e4s-mac-develop-build: e4s-pr-generate: extends: [ ".e4s", ".pr-generate"] - tags: e4s-develop-generate: extends: [ ".e4s", ".develop-generate"] |