Fix target branch on master release build

pull/1026/head
Willem Melching 2020-01-30 13:21:04 -08:00
parent 0319861700
commit ada141e5e3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def start_build(name):
conn.send("git submodule foreach --recursive git clean -xdf\n")
conn.send("echo \"git took $SECONDS seconds\"\n")
push = "PUSH=one-master" if branch == "master" else ""
push = "PUSH=master-ci" if branch == "master" else ""
conn.send("%s /data/openpilot_source/release/go.sh\n" % push)
conn.send('echo "RESULT:" $?\n')