Commit 28d9e87d authored by Rémy Coutable's avatar Rémy Coutable

Stop printing dots while retrieving pod in review-apps.sh

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d892e80b
......@@ -69,7 +69,6 @@ function get_pod() {
break
fi
printf "."
let "elapsed_seconds+=interval"
sleep ${interval}
done
......@@ -360,7 +359,6 @@ function wait_for_review_app_to_be_accessible() {
break
fi
printf "."
let "elapsed_seconds+=interval"
sleep ${interval}
done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment