Skip to content

Commit 791180d

Browse files
authored
fix: packaging/release.sh don't catch error temporarily (#19610)
1 parent 03f2130 commit 791180d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Generate the deb package for ubuntu, or rpm package for centos, or tar.gz package for other linux os
44

5-
set -e
5+
# set -e
66
# set -x
77

88
# release.sh -v [cluster | edge]

0 commit comments

Comments
 (0)