diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63d47b689a02e79dc1f13864b2a555f8be0b902d..aaee2b77e84bd653c0c6010788c3390634b5a658 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,9 @@ 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 --output text) + cmd="aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text" + echo "Presign Command: $cmd" + URL=$(cmd) echo "Pre-signed URL: $URL" curl -o febio_installer.zip "$URL" artifacts: