Skip to content
Snippets Groups Projects
Commit 84ce58fd authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

break up script section and add ''

parent 975fd629
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,11 @@ febio-dl:
stage: pre-build
script:
- apk add --no-cache curl
- |
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"
- '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:
paths:
- "installer/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment