mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
LGTM fixes (#1480)
old-commit-hash: 008700a6b39c3fefe1233fca9adf85cb3413b5b8
This commit is contained in:
@@ -46,7 +46,7 @@ def start_build(name):
|
||||
conn.send("echo \"git took $SECONDS seconds\"\n")
|
||||
|
||||
push = "PUSH=master-ci" if branch == "master" else ""
|
||||
comma_jwt = "COMMA_JWT=" + os.getenv('COMMA_JWT', '')
|
||||
#comma_jwt = "COMMA_JWT=" + os.getenv('COMMA_JWT', '')
|
||||
|
||||
conn.send("%s /data/openpilot_source/release/build_devel.sh\n" % push)
|
||||
conn.send('echo "RESULT:" $?\n')
|
||||
|
||||
Reference in New Issue
Block a user