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

im not entirely sure i know what im doing at this point

parent 919d76cc
No related branches found
No related tags found
1 merge request!57Python Addition
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
...@@ -9,8 +9,7 @@ variables: ...@@ -9,8 +9,7 @@ variables:
before_script: 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
- apk add aws-cli - apk add aws-cli
- $(aws ecr get-login-password --region us-east-1) - aws ecr get-login-password --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
after_script: after_script:
- docker logout "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com - docker logout "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com
......
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