mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Exclude site directory from go.mod search
This commit is contained in:
@@ -6,7 +6,7 @@ set -x
|
||||
set -e
|
||||
|
||||
# verify all modules pass validation
|
||||
for i in $(find . -name go.mod); do
|
||||
for i in $(find . -name go.mod -not -path "./site/*"); do
|
||||
pushd .
|
||||
cd $(dirname $i);
|
||||
go list -m -json all > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user