From 26fd1ac5b040d6b948797a4e0413e73aaf3e243c Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Fri, 10 Mar 2023 22:41:01 +0100 Subject: hotfix: fix double double quotes (#36005) --- share/spack/gitlab/cloud_pipelines/configs/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml index 61de203360..f4953a6125 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml @@ -33,7 +33,7 @@ ci: - - aws s3 sync --exclude "*" --include "*spec.json*" ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache /tmp - /sign.sh - aws s3 sync --exclude "*" --include "*spec.json.sig*" /tmp ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache - - aws s3 cp /tmp/public_keys ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/_pgp --recursive --exclude "*"" --include "*.pub" + - aws s3 cp /tmp/public_keys ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/_pgp --recursive --exclude "*" --include "*.pub" - any-job: image: "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18" -- cgit v1.2.3-70-g09d2