diff options
| author | fisherxu <xufei40@huawei.com> | 2022-03-10 20:39:09 +0800 |
|---|---|---|
| committer | fisherxu <xufei40@huawei.com> | 2022-03-10 21:13:33 +0800 |
| commit | 0178b68e1560f96f6989f37f41976699dd98b832 (patch) | |
| tree | 0507ff7a22df1755a2199945398bc2b940f8290d /hack/lib/golang.sh | |
| parent | Merge pull request #3657 from zc2638/clean/helm-charts (diff) | |
| download | kubeedge-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-x | hack/lib/golang.sh | 4 |
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" |
