Commit 0d9499ec authored by Steven杜宇's avatar Steven杜宇

// release 打包 更新

parent fd2c95a8
...@@ -13,6 +13,7 @@ platform :ios do ...@@ -13,6 +13,7 @@ platform :ios do
develop_branch = "develop" develop_branch = "develop"
main_branch = "main" main_branch = "main"
youhua_branch = "youhua-dev"
# 打adhoc包 执行命令 fastlane galaxyTest # 打adhoc包 执行命令 fastlane galaxyTest
lane :galaxyTest do lane :galaxyTest do
...@@ -73,9 +74,9 @@ platform :ios do ...@@ -73,9 +74,9 @@ platform :ios do
lane :galaxyRelease do lane :galaxyRelease do
# add actions here: https://docs.fastlane.tools/actions # add actions here: https://docs.fastlane.tools/actions
sh "git checkout #{main_branch}" sh "git checkout #{youhua_branch}"
# 拉取最新代码 # 拉取最新代码
sh "git pull origin #{main_branch}" sh "git pull origin #{youhua_branch}"
# 显示git当前分支最新submit id # 显示git当前分支最新submit id
sh "git rev-parse HEAD" sh "git rev-parse HEAD"
# 更新pod第三方库 # 更新pod第三方库
......
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