Commit e01053d6 by CaryaLiu

feat: ios_prebuild.sh

parent 7781b610
...@@ -11,3 +11,4 @@ git submodule foreach --recursive '[ -n "$(git status -s)" ] && git add * && git ...@@ -11,3 +11,4 @@ git submodule foreach --recursive '[ -n "$(git status -s)" ] && git add * && git
[ -n "$(git status -s)" ] && git commit -am "update directory" [ -n "$(git status -s)" ] && git commit -am "update directory"
#git push --recurse-submodules=on-demand #git push --recurse-submodules=on-demand
git submodule foreach 'git push' && git push git submodule foreach 'git push' && git push
cd ios
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment