summaryrefslogtreecommitdiff
path: root/hack/lib/golang.sh
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2022-03-10 20:39:09 +0800
committerfisherxu <xufei40@huawei.com>2022-03-10 21:13:33 +0800
commit0178b68e1560f96f6989f37f41976699dd98b832 (patch)
tree0507ff7a22df1755a2199945398bc2b940f8290d /hack/lib/golang.sh
parentMerge pull request #3657 from zc2638/clean/helm-charts (diff)
downloadkubeedge-0178b68e1560f96f6989f37f41976699dd98b832.tar.gz
fix local-up exit without error msg
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'hack/lib/golang.sh')
-rwxr-xr-xhack/lib/golang.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh
index fe9288506..08029193a 100755
--- a/hack/lib/golang.sh
+++ b/hack/lib/golang.sh
@@ -19,10 +19,6 @@
# KubeEdge Authors:
# To Get Detail Version Info for KubeEdge Project
-set -o errexit
-set -o nounset
-set -o pipefail
-
YES="y"
NO="n"