Remove legacy references to './output'

This commit is contained in:
Tim Hockin 2024-01-12 15:27:06 -08:00
parent 242b4e27c0
commit ea3696dbcf
No known key found for this signature in database
6 changed files with 6 additions and 10 deletions

View File

@ -28,8 +28,7 @@ cd "${KUBE_ROOT}"
find_files() {
find . -not \( \
\( \
-wholename './output' \
-o -wholename './.git' \
-wholename './.git' \
-o -wholename './_output' \
-o -wholename './release' \
-o -wholename './target' \

View File

@ -38,7 +38,7 @@ result=0
find_files() {
find . -not \( \
\( \
-wholename './output' \
-wholename '.git' \
-o -wholename './_output' \
-o -wholename './release' \
-o -wholename './target' \

View File

@ -38,7 +38,7 @@ result=0
find_files() {
find . -not \( \
\( \
-wholename './output' \
-wholename '.git' \
-o -wholename './_output' \
-o -wholename './release' \
-o -wholename './target' \

View File

@ -35,8 +35,7 @@ kube::golang::setup_env
find_files() {
find . -not \( \
\( \
-wholename './output' \
-o -wholename './.git' \
-wholename './.git' \
-o -wholename './_output' \
-o -wholename './release' \
-o -wholename './target' \

View File

@ -34,8 +34,7 @@ rc=0
find_files() {
find . -not \( \
\( \
-wholename './output' \
-o -wholename './.git' \
-wholename './.git' \
-o -wholename './_output' \
-o -wholename './release' \
-o -wholename './target' \

View File

@ -31,8 +31,7 @@ readonly branch=${1:-${KUBE_VERIFY_GIT_BRANCH:-master}}
find_files() {
find . -not \( \
\( \
-wholename './output' \
-o -wholename './_output' \
-wholename './_output' \
-o -wholename './release' \
-o -wholename './target' \
-o -wholename '*/third_party/*' \