diff --git a/release/remote_build.py b/release/remote_build.py index 8fd347c2d..60b70d1df 100755 --- a/release/remote_build.py +++ b/release/remote_build.py @@ -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')