Commit 5d29e7fe authored by Steven杜宇's avatar Steven杜宇

// fastlane

parent 8535fad8
......@@ -16,7 +16,7 @@ platform :ios do
develop_branch = "develop"
sh "git checkout #{develop_branch}"
sh "git pull origin #{develop_branch}"
cocoapods(use_bundle_exec: false)
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