devops: print poll iteration

This commit is contained in:
Dmitry Gozman 2019-11-22 18:55:29 -08:00
parent c4763e841b
commit fd1cb2b5a0

View File

@ -46,7 +46,10 @@ if [[ -n $(git status -s) ]]; then
exit 1
fi
iteration=0
while true; do
iteration=$(( iteration + 1 ))
echo "== ITERATION ${iteration} =="
git pull origin master
../checkout_build_archive_upload.sh $BROWSER_NAME
echo "------ Sleeping for 300 seconds before next turn... ------"