Skip to content
Snippets Groups Projects
Commit 568c4487 authored by SAM CARPENTER's avatar SAM CARPENTER
Browse files

apparently aws-cli was added to alpine linux by default at some point?...

apparently aws-cli was added to alpine linux by default at some point? stackoverflow don't fail me now...
parent 6de51518
No related branches found
No related tags found
1 merge request!57Python Addition
......@@ -8,9 +8,7 @@ variables:
before_script:
- apk update && apk add groff less && apk add unzip && apk add curl
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- ./aws/install
- apk add aws-cli
- $(aws ecr get-login --no-include-email --region us-east-1)
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
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