We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e3f22 commit 33dd188Copy full SHA for 33dd188
hooks/pre-command
@@ -67,7 +67,7 @@ if [[ "${BUILDKITE_PLUGIN_ECR_LOGIN:-}" =~ ^(true|1)$ ]] ; then
67
fi
68
69
echo "~~~ Authenticating with AWS ECR"
70
- ecr_login=$(aws ecr get-login "${login_args[@]}") || exit $?
+ ecr_login=$(aws ecr get-login "${login_args[@]:-}") || exit $?
71
72
eval "$ecr_login"
73
0 commit comments