fix: reenable -e in release.sh for main (#19650)
* fix: taos-tools deb/rpm compn for main * fix: update taos-tools 5aa25e9 * fix: reenable -e in release.sh
This commit is contained in:
parent
0251750c89
commit
490cbaf55b
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Generate the deb package for ubuntu, or rpm package for centos, or tar.gz package for other linux os
|
# Generate the deb package for ubuntu, or rpm package for centos, or tar.gz package for other linux os
|
||||||
|
|
||||||
# set -e
|
set -e
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
# release.sh -v [cluster | edge]
|
# release.sh -v [cluster | edge]
|
||||||
|
|
Loading…
Reference in New Issue