Commit 79533e39 authored by David黄金龙's avatar David黄金龙

Merge branch 'youhua-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into youhua-dev

* 'youhua-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS:
  //  fastlane
parents 8adaded1 0baa65c6
......@@ -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