Commit e4d2ea4
authored
use return statement instead of exit in is_public_ecr_logged_in (#197)
Description of changes:
* use return statement instead of exit in `is_public_ecr_logged_in` function
* tested locally that `kind-test` passes and builds docker image
*
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent d361341 commit e4d2ea4
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
0 commit comments