mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 10:46:27 +00:00
ci: fix 20ac9757ba
This commit is contained in:
parent
581e04c4f0
commit
702008b851
@ -6,7 +6,7 @@ sdir="."
|
||||
. $sdir/common.sh
|
||||
|
||||
check_pwd
|
||||
check_input_ver_build
|
||||
check_input_ver_build $@
|
||||
eval $(parse_version "$1")
|
||||
datestamp="$(date +%Y%m%dT%H%M%SZ)"
|
||||
nightly="n${datestamp}"
|
||||
|
@ -6,7 +6,7 @@ sdir="."
|
||||
. $sdir/common.sh
|
||||
|
||||
check_pwd
|
||||
check_input_ver_build
|
||||
check_input_ver_build $@
|
||||
eval $(parse_version "$1")
|
||||
build="$2"
|
||||
|
||||
|
@ -6,7 +6,7 @@ sdir="."
|
||||
. $sdir/common.sh
|
||||
|
||||
check_pwd
|
||||
check_input_ver_build
|
||||
check_input_ver_build $@
|
||||
eval $(parse_version "$1")
|
||||
build="$2"
|
||||
|
||||
|
@ -6,7 +6,7 @@ sdir="."
|
||||
. $sdir/common.sh
|
||||
|
||||
check_pwd
|
||||
check_input_ver_build
|
||||
check_input_ver_build $@
|
||||
eval $(parse_version "$1")
|
||||
|
||||
dst_name="freeswitch-$cmajor.$cminor.$cmicro"
|
||||
|
Loading…
x
Reference in New Issue
Block a user