X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=1ea15e2a488797a71e30732d7d30339165f7fd71;hb=7e3b580b8779926f30ec7fcd5366a95f0402d41a;hp=6e114be2d337b464c811e15cd2b01dcf5a7f0b04;hpb=88ff0707bb747cbff713ae64899ab2de485d37d4;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 6e114be2..1ea15e2a 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -385,7 +385,7 @@ if [ -z "$TEST_INSTALLER" ]; then fi echo -e "\nGuessing the current stable release" -LATEST_STABLE_DEVOPS=`git -C $TEMPDIR tag -l v[0-9].* | tail -n1` +LATEST_STABLE_DEVOPS=`git -C $TEMPDIR tag -l v[0-9].* | sort -V | tail -n1` [ -z "$COMMIT_ID" ] && [ -z "$LATEST_STABLE_DEVOPS" ] && echo "Could not find the current latest stable release" && exit 0 echo "Latest tag in devops repo: $LATEST_STABLE_DEVOPS" [ -z "$COMMIT_ID" ] && [ -n "$LATEST_STABLE_DEVOPS" ] && COMMIT_ID="tags/$LATEST_STABLE_DEVOPS"