devops: fix windows buildbot polling
This commit is contained in:
Родитель
33864888d9
Коммит
b76266d874
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче