Update references to test/conformance/image

This commit is contained in:
Jordan Liggitt
2021-07-23 10:18:00 -04:00
parent 024930df11
commit 4115bef826
4 changed files with 6 additions and 6 deletions

View File

@@ -42,8 +42,8 @@ IMAGE="${REGISTRY}/conformance-amd64:${VERSION}"
kube::build::verify_prereqs
kube::build::build_image
kube::build::run_build_command make WHAT="vendor/github.com/onsi/ginkgo/ginkgo test/e2e/e2e.test cmd/kubectl cluster/images/conformance/go-runner"
kube::build::run_build_command make WHAT="vendor/github.com/onsi/ginkgo/ginkgo test/e2e/e2e.test cmd/kubectl test/conformance/image/go-runner"
kube::build::copy_output
make -C "${KUBE_ROOT}/cluster/images/conformance" build
make -C "${KUBE_ROOT}/test/conformance/image" build
docker push "${IMAGE}"