mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 13:22:22 +08:00
Fix target branch on master release build
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user