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 e485409 commit 17583adCopy full SHA for 17583ad
test/utils/build.sh
@@ -104,9 +104,11 @@ while true; do
104
if [[ "$out" == *"authorization token has expired"* ]] || [[ "$out" == *"no basic auth credentials"* ]]; then
105
registry_login $login_url $region
106
continue
107
- elif [[ "$out" == *"does not exist"* ]]; then
+ elif [[ "$out" == *"repository with name"*"does not exist"* ]]; then
108
create_ecr_repo $repo_name $region
109
110
+ else
111
+ exit $exit_code
112
fi
113
114
0 commit comments