From 5c9ec588256c0925000599ae5f7664577bef49a3 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 15 Jun 2018 20:26:46 +0200 Subject: [PATCH] Map screenshot server: when downloading maps for a branch fails, still try screenshotting other branches. --- misc/tools/xonotic-map-compiler-autobuild | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index bbcedec0..75306ced 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -376,6 +376,7 @@ case "$1" in git clean -xfd git checkout -f "$HASH" + getthemap_fail=false rundownload if $getthemap_fail; then continue -- 2.39.2