Skip to content

Commit a1ad491

Browse files
committed
Build: Use a better filter on find
In case the _workspace directory exists, filter it out.
1 parent b735a17 commit a1ad491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/make-rules/helpers/cache_go_dirs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ function kfind() {
4444
\( \
4545
-not \( \
4646
\( \
47-
-path ./vendor -o \
4847
-path ./_\* -o \
4948
-path ./.\* -o \
50-
-path ./docs \
49+
-path ./vendor -o \
50+
-path ./Godeps \
5151
\) -prune \
5252
\) \
5353
\) \

0 commit comments

Comments
 (0)