fix: packaging/release.sh don't catch error temporarily for main (#19611)
This commit is contained in:
parent
f966197cea
commit
da8d80dfeb
|
@ -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