From 2336d4fe123fd694c6a111dc9209c2b1f82e73fb Mon Sep 17 00:00:00 2001 From: Matthew Defenderfer <mdefende@uab.edu> Date: Wed, 17 Jul 2024 08:45:05 -0500 Subject: [PATCH] just presign command --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cba0b54..07fc13a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,7 @@ febio-dl: variables: CI_DEBUG_TRACE: "true" script: - - URL=aws s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text - - echo "$URL" + - aws --verbose s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text artifacts: paths: - "installer/" -- GitLab