LGTM fixes (#1480)

old-commit-hash: 008700a6b39c3fefe1233fca9adf85cb3413b5b8
This commit is contained in:
Adeeb
2020-05-09 16:40:43 -07:00
committed by GitHub
parent 45dbdac80b
commit 64b69bda50
10 changed files with 14 additions and 26 deletions
+1 -1
View File
@@ -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')