mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Build: Use a better filter on find
In case the _workspace directory exists, filter it out.
This commit is contained in:
@@ -44,10 +44,10 @@ function kfind() {
|
||||
\( \
|
||||
-not \( \
|
||||
\( \
|
||||
-path ./vendor -o \
|
||||
-path ./_\* -o \
|
||||
-path ./.\* -o \
|
||||
-path ./docs \
|
||||
-path ./vendor -o \
|
||||
-path ./Godeps \
|
||||
\) -prune \
|
||||
\) \
|
||||
\) \
|
||||
|
Reference in New Issue
Block a user