Skip to content
Snippets Groups Projects
Commit 628c3faa authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

replace apk add with apt get

parent 7dfaf575
No related branches found
No related tags found
1 merge request!44WIP: Feat vol download from s3
...@@ -36,7 +36,7 @@ prep-deploy: ...@@ -36,7 +36,7 @@ prep-deploy:
name: $TARGET_ENV name: $TARGET_ENV
script: script:
- export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S) - export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S)
- apk add --no-cache aws-cli - apt-get update && apt-get install -y awscli
- aws s3 --profile="${AWS_PROFILE}" --endpoint="${S3_ENDPOINT}" cp "s3://${BUCKET_NAME}/${FILE_NAME}" "${FILE_NAME}" - aws s3 --profile="${AWS_PROFILE}" --endpoint="${S3_ENDPOINT}" cp "s3://${BUCKET_NAME}/${FILE_NAME}" "${FILE_NAME}"
- | - |
if [ "$TARGET_ENV" = "dev" ]; then if [ "$TARGET_ENV" = "dev" ]; then
......
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