diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2023-12-23 00:21:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 00:21:19 +0100 |
commit | 7cb873fb871010f58b9a86cf496be9874ac18029 (patch) | |
tree | c52557b41c313116e02f9dfd7c9344ce7c443215 /share | |
parent | 408b0e0c4508065966f148b45b9e97790f9c298b (diff) | |
download | spack-7cb873fb871010f58b9a86cf496be9874ac18029.tar.gz spack-7cb873fb871010f58b9a86cf496be9874ac18029.tar.bz2 spack-7cb873fb871010f58b9a86cf496be9874ac18029.tar.xz spack-7cb873fb871010f58b9a86cf496be9874ac18029.zip |
Revert "CI: Disable downloading artifacts from upstream jobs (#41432)" (#41843)
This reverts commit a43156a86131a0b138f356a2721709a2070665ca.
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 34951a8335..0c770ee872 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -73,7 +73,6 @@ default: # Job templates ######################################## .base-job: - when: manual variables: PIPELINE_MIRROR_TEMPLATE: "single-src-protected-mirrors.yaml.in" # TODO: We can remove this when we drop the "deprecated" stack |