mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-19 14:53:07 +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
|
# Wait for the image to be built and published
|
||||||
i=1
|
i=1
|
||||||
while true; do
|
while true; do
|
||||||
if make poll-image -e; then
|
if make poll-image; then
|
||||||
break
|
break
|
||||||
elif [ $i -ge 10 ]; then
|
elif [ $i -ge 10 ]; then
|
||||||
"ERROR: too many tries when polling for image"
|
"ERROR: too many tries when polling for image"
|
||||||
|
|
Loading…
Add table
Reference in a new issue