remove the taosdump in cloud

This commit is contained in:
Li Ya Qiang 2023-05-23 11:36:42 +08:00
parent ca479f57df
commit 00524b3185
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@ if [ "$pagMode" == "lite" ]; then
taostools_bin_files="" taostools_bin_files=""
else else
if [ "$verMode" == "cloud" ]; then if [ "$verMode" == "cloud" ]; then
taostools_bin_files=" ${build_dir}/bin/taosdump \ taostools_bin_files="${build_dir}/bin/taosBenchmark"
${build_dir}/bin/taosBenchmark"
else else
wget https://github.com/taosdata/grafanaplugin/releases/latest/download/TDinsight.sh -O ${build_dir}/bin/TDinsight.sh \ wget https://github.com/taosdata/grafanaplugin/releases/latest/download/TDinsight.sh -O ${build_dir}/bin/TDinsight.sh \
&& echo "TDinsight.sh downloaded!" \ && echo "TDinsight.sh downloaded!" \