diff options
author | Nick Thomas <nick@gitlab.com> | 2019-07-25 14:19:27 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-07-25 14:19:27 +0000 |
commit | 72c168042448e469def169c71c4259135ce0e8d5 (patch) | |
tree | 18f2db19a9edcb093d7cd9093e6d2b6bfa8713d8 /scripts | |
parent | cff6a3c4df8d820ce35f942af70c1f4091f58e1e (diff) | |
parent | 28d9e87d408da31eae1b7284944083323afa600a (diff) | |
download | gitlab-ce-72c168042448e469def169c71c4259135ce0e8d5.tar.gz |
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
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review_apps/review-apps.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index a1f6fb6bc0f..4f617b15a6e 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -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 |