New profile and remove debug flag in hook
This commit is contained in:
@ -105,13 +105,11 @@ function get_package_version_from_tag {
|
||||
function get_distribution_from_tag {
|
||||
# tag pkg like pkg/<level>/<distrib>/<version>
|
||||
# <distrib> may be composed
|
||||
set -x
|
||||
tag="$1"
|
||||
distribution="${tag#pkg/*/}"
|
||||
distribution="${distribution%/*}"
|
||||
distribution="${distribution/\//-}"
|
||||
echo $distribution
|
||||
set +x
|
||||
}
|
||||
|
||||
function get_previous_release_tag {
|
||||
|
Reference in New Issue
Block a user