Merge branch 'feature/4-tag_to_package_suffix' into develop
This commit is contained in:
commit
f87c18f907
|
@ -15,7 +15,7 @@ tamarin_debug "BUILD TAG IS ${BUILD_TAG}"
|
|||
|
||||
if [[ ${BUILD_TAG} == "last" ]]
|
||||
then
|
||||
tags=$(git tag master -l "release/*" | tr '_' '-' | sort -rV)
|
||||
tags=$(git describe --match "release/*" --abbrev=0)
|
||||
else
|
||||
tagbranch="build-tag-${BUILD_TAG}"
|
||||
git checkout -b ${tagbranch}
|
||||
|
|
Loading…
Reference in New Issue