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

just presign command

parent e9003b44
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,7 @@ febio-dl: ...@@ -16,8 +16,7 @@ febio-dl:
variables: variables:
CI_DEBUG_TRACE: "true" CI_DEBUG_TRACE: "true"
script: script:
- URL=aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text - aws --verbose s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text
- echo "$URL"
artifacts: artifacts:
paths: paths:
- "installer/" - "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