devops: print poll iteration
This commit is contained in:
parent
c4763e841b
commit
fd1cb2b5a0
|
|
@ -46,7 +46,10 @@ if [[ -n $(git status -s) ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
iteration=0
|
||||||
while true; do
|
while true; do
|
||||||
|
iteration=$(( iteration + 1 ))
|
||||||
|
echo "== ITERATION ${iteration} =="
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh $BROWSER_NAME
|
../checkout_build_archive_upload.sh $BROWSER_NAME
|
||||||
echo "------ Sleeping for 300 seconds before next turn... ------"
|
echo "------ Sleeping for 300 seconds before next turn... ------"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue