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

// fastlane

parent 3995c137
......@@ -19,9 +19,9 @@ platform :ios do
lane :galaxyTest do
# add actions here: https://docs.fastlane.tools/actions
sh "git checkout #{develop_branch}"
sh "git checkout #{youhua_branch}"
# 拉取最新代码
sh "git pull origin #{develop_branch}"
sh "git pull origin #{youhua_branch}"
# 显示git当前分支最新submit id
sh "git rev-parse HEAD"
# 更新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