mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
8 lines
184 B
Python
8 lines
184 B
Python
Import("env")
|
|
|
|
if env.IsIntegrationDump():
|
|
# stop the current script execution
|
|
Return()
|
|
|
|
env.Execute("git submodule update --init --recursive")
|
|
print("✅ SUBMODULES UPDATED")
|