summaryrefslogtreecommitdiff
path: root/hack/lib/golang.sh
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2022-03-24 21:34:09 +0800
committerGitHub <noreply@github.com>2022-03-24 21:34:09 +0800
commitda237068a105ebec5f2caa636d78fd2915b3218e (patch)
treea2e7fa89a0274b43c8830fefe882331f76da465b /hack/lib/golang.sh
parentMerge pull request #3732 from orangegzx/fixed/parameters (diff)
parentfix local-up exit without error msg (diff)
downloadkubeedge-da237068a105ebec5f2caa636d78fd2915b3218e.tar.gz
Merge pull request #3678 from fisherxu/fix-local-up
Fix local-up exit without error msg
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 0934a453b..1572b4b1e 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"