installer: switch openpilot-internal to nightly-dev (#33938)

internal
pull/33926/head^2
Maxime Desroches 6 months ago committed by GitHub
parent 4b21e221dd
commit 4d08e114d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/ui/SConscript

@ -92,7 +92,7 @@ if GetOption('extras') and arch != "Darwin":
("openpilot", release), ("openpilot", release),
("openpilot_test", f"{release}-staging"), ("openpilot_test", f"{release}-staging"),
("openpilot_nightly", "nightly"), ("openpilot_nightly", "nightly"),
("openpilot_internal", "master"), ("openpilot_internal", "nightly-dev"),
] ]
cont = senv.Command(f"installer/continue_openpilot.o", f"installer/continue_openpilot.sh", cont = senv.Command(f"installer/continue_openpilot.o", f"installer/continue_openpilot.sh",

Loading…
Cancel
Save