diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-03-11 07:59:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 22:59:57 -0800 |
commit | 844701b9740abda04608074d4f03790b0b87d3c1 (patch) | |
tree | 404aebc4da9d89c154003faa0023a78ec5d78195 /share | |
parent | 1d081565dbbc5901f153702344b8f47b1f1bd602 (diff) | |
download | spack-844701b9740abda04608074d4f03790b0b87d3c1.tar.gz spack-844701b9740abda04608074d4f03790b0b87d3c1.tar.bz2 spack-844701b9740abda04608074d4f03790b0b87d3c1.tar.xz spack-844701b9740abda04608074d4f03790b0b87d3c1.zip |
get --dev and drop set -x (#36010)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/configs/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml index f4953a6125..8ada6673f0 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml @@ -24,7 +24,7 @@ ci: - - cat /proc/loadavg || true variables: CI_JOB_SIZE: "default" - SPACK_VERBOSE_SCRIPT: "1" + # SPACK_VERBOSE_SCRIPT: "1" - signing-job: image: { "name": "ghcr.io/spack/notary:latest", "entrypoint": [""] } |