Commit f9022871 by CaryaLiu

update directory

parent 58e9a1c4
...@@ -11,8 +11,9 @@ git submodule foreach --recursive '[ -n "$(git status -s)" ] && git add * && git ...@@ -11,8 +11,9 @@ 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
# source ./enterios.sh source ./enterios.sh
# release_choise: upload=> 代表只上传ipa包,不提交审核;upload_submit=> 代表上传ipa且提交审核 # release_choise: upload=> 代表只上传ipa包,不提交审核;upload_submit=> 代表上传ipa且提交审核
# bundle exec fastlane package build_configuration:$Configuration pgyer_desc:$pgyer_desc release_choise:$release_choise # bundle exec fastlane package build_configuration:$Configuration pgyer_desc:$pgyer_desc release_choise:$release_choise
# bundle exec fastlane package build_configuration:Debug pgyer_desc:ReactNative打包测试 # bundle exec fastlane package build_configuration:Debug pgyer_desc:ReactNative打包测试
bundle exec source ./enterios.sh && fastlane submodule_push git submodule foreach --recursive 'name="$(git config -f $toplevel/.gitmodules submodule.$name)"; [ "$name" = "ios" ] && bundle exec fastlane submodule_push'
# bundle exec fastlane submodule_push
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