We use Bitrise.io to build our Android and iOS projects.
Right now we have to export two extras env vars that are supported on gitBranchVars and gitCommitShaVars to make it works fine with Bitrise.
On this PR I'm adding to the default Bitrise's vars for branch name(BITRISE_GIT_BRANCH) and commit sha(BITRISE_GIT_COMMIT) to make the test-report support this tool.
We use Bitrise.io to build our Android and iOS projects.
Right now we have to export two extras env vars that are supported on
gitBranchVars
andgitCommitShaVars
to make it works fine with Bitrise.On this PR I'm adding to the default Bitrise's vars for branch name(
BITRISE_GIT_BRANCH
) and commit sha(BITRISE_GIT_COMMIT
) to make the test-report support this tool.