diff options
Diffstat (limited to 'hack/make-rules/clean.sh')
| -rwxr-xr-x | hack/make-rules/clean.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/make-rules/clean.sh b/hack/make-rules/clean.sh index bbeec600e..525c975bd 100755 --- a/hack/make-rules/clean.sh +++ b/hack/make-rules/clean.sh @@ -25,6 +25,7 @@ source "${KUBEEDGE_ROOT}/hack/lib/init.sh" kubeedge::clean::cache(){ unset GOARM + go clean -testcache go clean -cache } |
