chore(gitlab-ci): ...

This commit is contained in:
Gregor Kleen 2021-09-15 16:29:01 +02:00
parent 9390eb75b7
commit 59007c32db

View File

@ -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?scheme=http&endpoint=minio-gitlab-runner-cache&secret-key=${NIX_CACHE_KEYFILE}" $OUT_PATHS
exec nix --debug copy --to "s3://nix-cache?region=us-east-1&scheme=http&endpoint=minio-gitlab-runner-cache:80&secret-key=${NIX_CACHE_KEYFILE}" $OUT_PATHS