From c5dfda755cab09eb525d9c7da0c66a4db7192237 Mon Sep 17 00:00:00 2001 From: mdefende <mdefende@uab.edu> Date: Tue, 16 Jul 2024 16:18:24 -0500 Subject: [PATCH] change presign command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e542a7..63d47b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ febio-dl: script: - apk add --no-cache curl - | - URL=$(aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --profile ceph --region us-east-1 --output text) + URL=$(aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text) echo "Pre-signed URL: $URL" curl -o febio_installer.zip "$URL" artifacts: -- GitLab