Fixed access to mac script and added mac branch to the list of branch authorized to upload binaries
This commit is contained in:
0
tools/build-macos-script.sh
Normal file → Executable file
0
tools/build-macos-script.sh
Normal file → Executable file
@@ -49,7 +49,7 @@ def main():
|
|||||||
|
|
||||||
(options, args) = parser.parse_args()
|
(options, args) = parser.parse_args()
|
||||||
|
|
||||||
if (options.token and options.sha and options.local and options.remote and options.branch == 'master'):
|
if (options.token and options.sha and options.local and options.remote and (options.branch == 'master' or options.branch == 'travis_mac_osx')):
|
||||||
gh = login(token = options.token)
|
gh = login(token = options.token)
|
||||||
else:
|
else:
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
|
|||||||
Reference in New Issue
Block a user