mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
scripts: one more variable override fix in test-e2e.sh
This commit is contained in:
parent
8628dbb1e3
commit
d77398bc50
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ echo "$E2E_TEST_CONFIG_DATA" > "$E2E_TEST_CONFIG"
|
|||
# Wait for the image to be built and published
|
||||
i=1
|
||||
while true; do
|
||||
if make poll-image -e; then
|
||||
if make poll-image; then
|
||||
break
|
||||
elif [ $i -ge 10 ]; then
|
||||
"ERROR: too many tries when polling for image"
|
||||
|
|
Loading…
Reference in a new issue