1
0
Fork 0
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:
Markus Lehtonen 2020-09-22 10:29:29 +03:00
parent 8628dbb1e3
commit d77398bc50

View file

@ -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"