fix python syntax error

This commit is contained in:
andyque 2015-07-06 17:09:55 +08:00
parent 881a388892
commit 92585d3a8e
1 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ else:
if('NODE_NAME' in os.environ): if('NODE_NAME' in os.environ):
node_name = os.environ['NODE_NAME'] node_name = os.environ['NODE_NAME']
else: else:
node_name = 'ios' node_name = 'android'
# for local debugging purpose, you could change the value to 0 and run # for local debugging purpose, you could change the value to 0 and run
# this scripts in your local machine # this scripts in your local machine
remote_build = 1 remote_build = 1
@ -56,8 +56,7 @@ def gen_scripting_bindings():
def do_build_slaves(): def do_build_slaves():
jenkins_script_path = "tools" + os.sep + "jenkins-scripts" + jenkins_script_path = "tools" + os.sep + "jenkins-scripts" + os.sep + "slave-scripts" + os.sep + "framework" + os.sep
os.sep + "slave-scripts" + os.sep + "framework" + os.sep
if(branch == 'v3' or branch == 'v4-develop'): if(branch == 'v3' or branch == 'v4-develop'):
slave_build_scripts = "" slave_build_scripts = ""