Skip to content
Snippets Groups Projects

Python Addition

Merged SAM CARPENTER requested to merge SAM.CARPENTER-master-patch-52953 into master
+ 1
1
@@ -9,7 +9,7 @@ variables:
before_script:
- apk update && apk add groff less && apk add unzip && apk add curl
- apk add aws-cli
- $(aws ecr get-login --no-include-email --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
after_script:
Loading