Attempting to build the lastest tag instead of a hard-coded one
parent
1096fa3f87
commit
1e834f6088
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue