You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ "$#" -eq 3 ] || die "three arguments required for $1 'default branch name', $2 'git hash of current commit' and $3 'name of Teamcity parameter to overwrite'"
#
# construction of Teamcity parameter
#
GIT_BRANCH=$1
if [ "%teamcity.build.branch%" != "<default>" ]; then