未验证 提交 0ad70770 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: release.sh taos-tools-ver for3.0 (#17338)

* chore: update taos-tools 8dea29a for 3.0

* chore: update taos-tools 85b582b for 3.0

* chore: fix release.sh for taos-tools tag

* fix: release.sh taos-tools-ver
上级 7726bb7b
......@@ -285,7 +285,7 @@ if [ "$osType" != "Darwin" ]; then
if [[ "$pagMode" == "full" ]]; then
if [ -d ${top_dir}/tools/taos-tools/packaging/rpm ]; then
cd ${top_dir}/tools/taos-tools/packaging/rpm
taostools_ver=$(git tag |grep -v taos | sort | tail -1)
taos_tools_ver=$(git tag |grep -v taos | sort | tail -1)
[ -z "$taos_tools_ver" ] && taos_tools_ver="0.1.0"
${csudo}./make-taos-tools-rpm.sh ${top_dir} \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册