Skip to content

Commit fc16c9d

Browse files
committed
fmt
1 parent 19512b0 commit fc16c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/scripts/run-build-from-ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ rustup self uninstall -y || true
1919

2020
# Authenticate to the public ECR registry. See https://gallery.ecr.aws/.
2121
# 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
22+
aws ecr-public get-login-password --region us-east-1 \
23+
| docker login --username AWS --password-stdin public.ecr.aws
2324

2425
if [ -z "${IMAGE+x}" ]; then
2526
src/ci/run.sh

0 commit comments

Comments
 (0)