Hello there,
we’ve been using bitrise for a while, but now we want to move our CI to an on-premise server.
I’m still trying to figure out if this is possible with bitrise-cli. I’ve downloaded the bitrise.yml we use on bitrise.io First, I had to add the git repo URL to the git-clone step (repository_url). When I try to run it, it doesn’t checkout a branch. I’m assuming there is a branch variable missing that gets set on bitrise.io?
I’m wondering how the trigger_map works on bitrise-cli, considering it’s just a shell command to run workflows as far as I understand?
Many thanks