mirror of https://github.com/ARMmbed/mbed-os.git
parent
0a55118494
commit
b7ce2ee5bf
|
@ -311,7 +311,7 @@ def update_dependencies(repositories):
|
||||||
|
|
||||||
|
|
||||||
def update_mbed():
|
def update_mbed():
|
||||||
update_repo("mbed", [join(BUILD_DIR, "mbed")])
|
update_repo("mbed", [join(BUILD_DIR, "mbed")], None)
|
||||||
|
|
||||||
def do_sync(options):
|
def do_sync(options):
|
||||||
global push_remote, quiet, commit_msg, changed
|
global push_remote, quiet, commit_msg, changed
|
||||||
|
|
Loading…
Reference in New Issue