Don't run go test on .glide cache folder
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
d15a17b634
commit
68bd24d065
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ find_dirs() {
|
|||
find . -not \( \
|
||||
\( \
|
||||
-path './integration/*' \
|
||||
-o -path './.glide/*' \
|
||||
-o -path './vendor/*' \
|
||||
-o -path './.git/*' \
|
||||
\) \
|
||||
|
|
Loading…
Reference in a new issue