devops: print poll iteration
This commit is contained in:
Родитель
c4763e841b
Коммит
fd1cb2b5a0
|
@ -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... ------"
|
||||
|
|
Загрузка…
Ссылка в новой задаче