Limit symbol file uploading to develop and release branches

This commit is contained in:
Roland Rossgotterer
2019-02-18 09:55:51 +01:00
committed by Mat Sutcliffe
parent 20131d0b8e
commit 5ea8b7376e
2 changed files with 17 additions and 5 deletions

View File

@@ -378,7 +378,7 @@ def main(argv):
tool_chain = ''
dev_build = False
jobs = None
upload_symbols = True
upload_symbols = False
eolInMonth = 0
qmake_args = []