mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-12-15 23:34:07 +00:00
parent
e53f897aac
commit
37b528ddfa
2 changed files with 9 additions and 0 deletions
8
pre_extra_script.py
Normal file
8
pre_extra_script.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Import("env")
|
||||
|
||||
if env.IsIntegrationDump():
|
||||
# stop the current script execution
|
||||
Return()
|
||||
|
||||
env.Execute("git submodule update --init --recursive")
|
||||
print("✅ SUBMODULES UPDATED")
|
||||
Loading…
Add table
Add a link
Reference in a new issue