diff --git a/browser_patches/buildbots/buildbot-windows.sh b/browser_patches/buildbots/buildbot-windows.sh index 4e2e6c0742..e2224a9d91 100755 --- a/browser_patches/buildbots/buildbot-windows.sh +++ b/browser_patches/buildbots/buildbot-windows.sh @@ -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