updated: sync submodules (#26121)

pull/26124/head
Cameron Clough 3 years ago committed by GitHub
parent c6b8a253e6
commit e6cab24e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/updated.py

@ -365,6 +365,7 @@ class Updater:
["git", "checkout", "--force", "--no-recurse-submodules", "-B", branch, "FETCH_HEAD"],
["git", "reset", "--hard"],
["git", "clean", "-xdff"],
["git", "submodule", "sync"],
["git", "submodule", "init"],
["git", "submodule", "update"],
]

Loading…
Cancel
Save