Searched refs:GIT_BRANCH (Results 1 – 5 of 5) sorted by relevance
26 GIT_BRANCH="origin/master"34 GIT_BRANCH="$1"36 GIT_BRANCH=$(<"$1")38 GIT_BRANCH=`curl $1`53 git checkout -b tot $GIT_BRANCH67 echo "Branch: $GIT_BRANCH"
31 GIT_BRANCH="origin/master"39 GIT_BRANCH="$1"41 GIT_BRANCH=$(<"$1")43 GIT_BRANCH=`curl $1`58 git checkout -b tot $GIT_BRANCH72 echo "Branch: $GIT_BRANCH"
62 …private val gitBranch = URLEncoder.encode((if (BC.BITRISE_GIT_BRANCH == "null") BC.GIT_BRANCH else… in <lambda>()
22 buildConfigField("String", "GIT_BRANCH", "\"" + gitBranch + "\"")
82 OUTPUT_VARIABLE GIT_BRANCH102 message("Git branch: ${GIT_BRANCH}")