diff --git a/appveyor.yml b/appveyor.yml index 0f7cd0ef42..212e43fc32 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -191,10 +191,9 @@ for: # Runs only in Linux, logging Public ECR when running canary and cred is available - sh: " if [[ -n $BY_CANARY ]]; - then echo Logging in Public ECR; aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws; + then echo Logging in Public ECR; aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws; fi" - - sh: "pytest -vv tests/integration" - sh: "pytest -vv tests/regression" - sh: "black --check setup.py tests samcli" diff --git a/samcli/local/rapid/aws-lambda-rie b/samcli/local/rapid/aws-lambda-rie index 00362ec396..294a5e98db 100755 Binary files a/samcli/local/rapid/aws-lambda-rie and b/samcli/local/rapid/aws-lambda-rie differ