diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2022-03-24 21:34:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 21:34:09 +0800 |
| commit | da237068a105ebec5f2caa636d78fd2915b3218e (patch) | |
| tree | a2e7fa89a0274b43c8830fefe882331f76da465b /hack/lib/golang.sh | |
| parent | Merge pull request #3732 from orangegzx/fixed/parameters (diff) | |
| parent | fix local-up exit without error msg (diff) | |
| download | kubeedge-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-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 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" |
