summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-03-11 07:59:57 +0100
committerGitHub <noreply@github.com>2023-03-10 22:59:57 -0800
commit844701b9740abda04608074d4f03790b0b87d3c1 (patch)
tree404aebc4da9d89c154003faa0023a78ec5d78195 /share/spack/gitlab/cloud_pipelines/configs/ci.yaml
parent1d081565dbbc5901f153702344b8f47b1f1bd602 (diff)
downloadspack-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/spack/gitlab/cloud_pipelines/configs/ci.yaml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/ci.yaml2
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": [""] }