From 479385bac7183854626579ed8af1cb04b3856e52 Mon Sep 17 00:00:00 2001 From: anon8675309 Date: Sat, 19 Jun 2021 17:49:23 -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 1e11dcc77..43040f35d 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -119,7 +119,7 @@ else if [ "$SNAPSHOT" == "stable" ]; then if [ "$BRANCH" == "" ]; then echo "About to run some basic commands for debugging..." - pwd; ls; git remote -v; git branch -v + pwd; ls; git remote -v; git branch -v; git tag -l echo "About to get the hash of the most recent tag" REV=$(git rev-list --tags --max-count=1) echo "REV = $REV"