We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19512b0 commit fc16c9dCopy full SHA for fc16c9d
src/ci/scripts/run-build-from-ci.sh
@@ -19,7 +19,8 @@ rustup self uninstall -y || true
19
20
# Authenticate to the public ECR registry. See https://gallery.ecr.aws/.
21
# The region `us-east-1` is the only allowed value by aws to authenticate to ECR.
22
-aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
+aws ecr-public get-login-password --region us-east-1 \
23
+ | docker login --username AWS --password-stdin public.ecr.aws
24
25
if [ -z "${IMAGE+x}" ]; then
26
src/ci/run.sh
0 commit comments