update: Update submodules as well.
This commit is contained in:
parent
166cf0f921
commit
dc19d6a221
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ if [ -d './static/images/generated/' ]; then
|
|||
rm -r './static/images/generated/'
|
||||
fi
|
||||
|
||||
git submodule update --remote --merge
|
||||
|
||||
find src -iname '*.sh' | while read -r __file; do
|
||||
time ./${__file} "$(dirname "${__file}")/"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue