Revert usage of AWS CLI 1.17.10+ parameter
Until we update the Jenkins agent AMI
This commit is contained in:
parent
16be369c4f
commit
cd9436c827
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ docker-shell-r-env:
|
|||
@cd builder && docker-compose run --entrypoint /bin/bash ubuntu-1604
|
||||
|
||||
ecr-login:
|
||||
(aws ecr get-login-password --region $(AWS_REGION) | docker login --username AWS --password-stdin $(AWS_ACCOUNT_ID).dkr.ecr.$(AWS_REGION).amazonaws.com)
|
||||
@eval $(shell aws ecr get-login --no-include-email --region $(AWS_REGION))
|
||||
|
||||
fetch-serverless-custom-file:
|
||||
aws s3 cp s3://rstudio-serverless/serverless/r-builds/serverless-custom.yml .
|
||||
|
|
|
|||
Loading…
Reference in a new issue