Update hack/ci/e2e-k8s.sh

Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
This commit is contained in:
Ricky Sadowski
2023-08-14 04:21:02 -04:00
committed by GitHub
parent 23a0a084f4
commit 59a10277dd

View File

@@ -74,7 +74,7 @@ build() {
# make sure we have e2e requirements
make all WHAT="cmd/kubectl test/e2e/e2e.test ${GINKGO_SRC_DIR}"
# Ensure the built kubecl is used instead of system
# Ensure the built kubectl is used instead of system
export PATH="${PWD}/_output/bin:$PATH"
}