From 6e32de6a9188909dd1f5484783eb7c8f24723777 Mon Sep 17 00:00:00 2001 From: anon8675309 Date: Sun, 20 Jun 2021 21:11:06 -0500 Subject: [PATCH] Attempting to build the lastest tag instead of a hard-coded one --- utils/do_debian_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index 979c32cec..1868a9386 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -123,8 +123,8 @@ else if [ -z "$BRANCH" ]; then # This should only happen in CI environments where tag info isn't available BRANCH=`grep ' release$' distros/fedora/zoneminder.spec | head -n 1 | sed -e 's/ release//g' -e 's/[^0-9]*//'` + echo "Building branch $BRANCH" fi - echo "BRANCH = $BRANCH" if [ "$BRANCH" == "" ]; then echo "Unable to determine latest stable branch!" exit 0;