]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Map screenshot server: when downloading maps for a branch fails, still try screenshot...
authorRudolf Polzer <divVerent@xonotic.org>
Fri, 15 Jun 2018 18:26:46 +0000 (20:26 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Fri, 15 Jun 2018 18:26:46 +0000 (20:26 +0200)
misc/tools/xonotic-map-compiler-autobuild

index bbcedec0ddbc6a2db0fb9056a28b3a75d488ce6f..75306ced9d64f892e713e5ae4f3bbad13bd3f2d0 100755 (executable)
@@ -376,6 +376,7 @@ case "$1" in
                        git clean -xfd
                        git checkout -f "$HASH"
 
                        git clean -xfd
                        git checkout -f "$HASH"
 
+                       getthemap_fail=false
                        rundownload
                        if $getthemap_fail; then
                                continue
                        rundownload
                        if $getthemap_fail; then
                                continue