Canonize release version tag
This commit is contained in:
parent
bdc64ff223
commit
28ac26aca7
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ check_repo () {
|
|||
echo $1
|
||||
}
|
||||
|
||||
# modify tag if necessary
|
||||
# modify tag by stripping "hlrs-release-" prefix
|
||||
canonize_tag () {
|
||||
echo $1
|
||||
echo ${1##hlrs-release-}
|
||||
}
|
||||
|
||||
# create and prepare destination directory
|
||||
|
|
Loading…
Reference in a new issue