-->

How to specify git repository branch name in fastl

2019-09-15 17:29发布

问题:

I am going to use fastlane for continuous integration for our iOS project (Xcode). We want to build the app from different branches of our git remote repository. How can I specify the branch name for build the app?

回答1:

This depends on your CI system, as you usually don't want to switch branches yourselves after the CI system checked out the source code.