mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
ci: add support for more flexible version numbers
This commit is contained in:
@@ -12,7 +12,7 @@ build="b$2"
|
||||
input_distro=$3
|
||||
distro=${input_distro:="unstable"}
|
||||
|
||||
dst_version="$major.$minor.$micro"
|
||||
dst_version="$ver"
|
||||
dst_name="freeswitch-${dst_version}"
|
||||
dst_parent="/tmp/"
|
||||
dst_dir="/tmp/${dst_name}"
|
||||
|
Reference in New Issue
Block a user