]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/infrastructure/xonotic-release-build.cron
Change gameversion_min logic per xonotic-data.pk3dir!1034 and update xonotic-release...
[xonotic/xonotic.git] / misc / infrastructure / xonotic-release-build.cron
index 5a5fd72c10f5afe75669cc16ae25c362de3648e8..479746ac6d24fc637d00e06cb42e84afb33f7cf9 100755 (executable)
@@ -39,7 +39,7 @@ fi
 
 set -ex
 
-test "$RELEASETYPE" = "autobuild" && ssh autobuild-release-uploader@beta.xonotic.org '
+test -z "$RELEASETYPEDIR" && ssh autobuild-release-uploader@beta.xonotic.org '
        set -e;
        s0=`date -d "now - 7 days - 12 hours" +%s`;
        s00=`date -d "now - 60 days - 12 hours" +%s`;