fix: ensure proper kubectl is used

Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
This commit is contained in:
Ricky Sadowski
2023-08-13 23:58:02 +00:00
parent 80a64d961b
commit 23a0a084f4

View File

@@ -73,6 +73,9 @@ build() {
fi
# 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
export PATH="${PWD}/_output/bin:$PATH"
}
check_structured_log_support() {