devops: fix windows buildbot polling

This commit is contained in:
Andrey Lushnikov 2019-12-11 18:21:20 -08:00
Родитель 33864888d9
Коммит b76266d874
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,9 +45,9 @@ while true; do
iteration=$(( iteration + 1 ))
echo "== ITERATION ${iteration} =="
git pull origin master
../checkout_build_archive_upload.sh firefox
../checkout_build_archive_upload.sh firefox || true
git pull origin master
../checkout_build_archive_upload.sh firefox --win64
../checkout_build_archive_upload.sh firefox --win64 || true
newTimestamp=$(date +%s)
delta=$(( 300 - newTimestamp + timestamp ));
if (( delta > 0 )); then