Don't clean scons build on dirty branches

pull/19876/head
Willem Melching 4 years ago
parent e54db636f7
commit 02e5cd5dd5
  1. 2
      selfdrive/manager.py

@ -110,7 +110,7 @@ def build():
r = scons.stderr.read().split(b'\n')
compile_output += r
if retry:
if retry and (not dirty):
if not os.getenv("CI"):
print("scons build failed, cleaning in")
for i in range(3, -1, -1):

Loading…
Cancel
Save