devops: fix windows buildbot polling
This commit is contained in:
parent
33864888d9
commit
b76266d874
|
|
@ -45,9 +45,9 @@ while true; do
|
||||||
iteration=$(( iteration + 1 ))
|
iteration=$(( iteration + 1 ))
|
||||||
echo "== ITERATION ${iteration} =="
|
echo "== ITERATION ${iteration} =="
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh firefox
|
../checkout_build_archive_upload.sh firefox || true
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh firefox --win64
|
../checkout_build_archive_upload.sh firefox --win64 || true
|
||||||
newTimestamp=$(date +%s)
|
newTimestamp=$(date +%s)
|
||||||
delta=$(( 300 - newTimestamp + timestamp ));
|
delta=$(( 300 - newTimestamp + timestamp ));
|
||||||
if (( delta > 0 )); then
|
if (( delta > 0 )); then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue