WIP: Feat vol download from s3
Compare changes
+ 8
− 4
@@ -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,7 +36,11 @@ prep-deploy:
@@ -36,7 +36,11 @@ prep-deploy:
- aws s3 --profile="${AWS_PROFILE}" --endpoint="${S3_ENDPOINT}" cp "s3://${BUCKET_NAME}/${FILE_NAME}" "${FILE_NAME}"