WIP: Feat vol download from s3
Compare changes
+ 11
− 5
@@ -13,7 +13,9 @@ variables:
@@ -13,7 +13,9 @@ variables:
@@ -28,7 +30,7 @@ stages: # List of stages for jobs, and their order of execution
@@ -28,7 +30,7 @@ stages: # List of stages for jobs, and their order of execution
@@ -36,6 +38,13 @@ prep-deploy:
@@ -36,6 +38,13 @@ prep-deploy:
@@ -67,9 +76,6 @@ prep-deploy:
@@ -67,9 +76,6 @@ prep-deploy:
aws s3 --profile="${AWS_PROFILE}" --endpoint="${S3_ENDPOINT}" cp "s3://${BUCKET_NAME}/${FILE_NAME}" "${FILE_NAME}"