Skip to content

Commit e176140

Browse files
committed
drop k8s.gcr.io directory from verify-manifests
1 parent dff25e9 commit e176140

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hack/verify-manifests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ set -o pipefail
2121
REPO_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)
2222
readonly REPO_ROOT
2323

24-
cd "${REPO_ROOT}"/k8s.gcr.io/manifests
25-
go test ./...
2624
cd "${REPO_ROOT}"/registry.k8s.io/manifests
2725
go test ./...

0 commit comments

Comments
 (0)