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