From 26fc395443b47b6ce6d4ce4aebacbfcfa994f8e6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 17 Oct 2018 13:24:11 +0200 Subject: [PATCH] bintray: disable uploads :-( --- support/bintray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/support/bintray.py b/support/bintray.py index 15e4a3d71..7c65a3a6d 100755 --- a/support/bintray.py +++ b/support/bintray.py @@ -191,6 +191,7 @@ def get_bintray_params(filename, hint=None): return (basename, args, extra) def do_publish(*args): + return if len(args) < 1: error(1, 'upload [file with the file list]') if not DEBUG: branches = os.popen('git branch --contains HEAD').readlines() -- 2.47.2