Commit 72c16804 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'qa-stop-printing-dots-while-retrieving-pod-names-in-review-deploy' into 'master'

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

See merge request gitlab-org/gitlab-ce!31062
parents cff6a3c4 28d9e87d
......@@ -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