From ddecc3800bbfdf4e3f26c9ad78b8b7d28d89f8f3 Mon Sep 17 00:00:00 2001 From: anon8675309 Date: Sat, 19 Jun 2021 16:03:13 -0500 Subject: [PATCH] Attempting to build the lastest tag instead of a hard-coded one --- utils/do_debian_package.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index dd931c5c5..55a616324 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -118,6 +118,8 @@ else fi; if [ "$SNAPSHOT" == "stable" ]; then if [ "$BRANCH" == "" ]; then + echo "About to run some basic commands for debugging..." + pwd; ls; git remote -v; git branch -v echo "About to get the hash of the most recent tag" REV=$(git rev-list --tags --max-count=1) echo "REV = $REV"