Commit 68c13848 authored by Steven杜宇's avatar Steven杜宇

// fastlane

parent 5d29e7fe
......@@ -12,10 +12,14 @@ platform :ios do
release_pgyer_api_key = "ac973522a8c357596c3dd58d311d10d8"
before_all do
# 拉取最新代码
# 切换到develop分支
develop_branch = "develop"
sh "git checkout #{develop_branch}"
# 拉取最新代码
sh "git pull origin #{develop_branch}"
# 显示git当前分支最新submit id
sh "git rev-parse HEAD"
# 更新pod第三方库
cocoapods(use_bundle_exec: true)
end
......
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