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

removed reference to sudo

parent 5ccde190
No related branches found
No related tags found
1 merge request!57Python Addition
...@@ -10,7 +10,7 @@ before_script: ...@@ -10,7 +10,7 @@ before_script:
- apk update && apk add groff less && apk add unzip && apk add curl - 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" - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip - unzip awscliv2.zip
- sudo ./aws/install - ./aws/install
- $(aws ecr get-login --no-include-email --region us-east-1) - $(aws ecr get-login --no-include-email --region us-east-1)
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - 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