From d12066045551d8476131728f8e0ab5dc3afcf90c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 17 Sep 2021 10:41:59 +0200 Subject: [PATCH] chore(gitlab-ci): ... --- .gitlab-ci/upload-to-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/upload-to-cache.sh b/.gitlab-ci/upload-to-cache.sh index 5adbd5cb8..bbadb87b2 100755 --- a/.gitlab-ci/upload-to-cache.sh +++ b/.gitlab-ci/upload-to-cache.sh @@ -5,4 +5,4 @@ set -f # disable globbing export IFS=' ' echo "Signing and uploading paths" $OUT_PATHS -exec nix --debug copy --to "s3://nix-cache?region=us-east-1&scheme=http&endpoint=minio-gitlab-runner-cache&secret-key=${NIX_CACHE_KEYFILE}" $OUT_PATHS +exec nix copy --to "s3://nix-cache?region=us-east-1&scheme=http&endpoint=minio-gitlab-runner-cache&secret-key=${NIX_CACHE_KEYFILE}" $OUT_PATHS