We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a820e0 + 80b6934 commit 61ccbe8Copy full SHA for 61ccbe8
scripts/ci-conformance.sh
@@ -57,8 +57,7 @@ build_k8s() {
57
cp -f "${PWD}/bazel-bin/test/e2e/e2e.test" "${PWD}/_output/bin/e2e.test"
58
# workaround for mac os
59
cp -f "${PWD}/bazel-bin/vendor/github.com/onsi/ginkgo/ginkgo/darwin_amd64_stripped/ginkgo" "${PWD}/_output/bin/ginkgo" || true
60
- export KUBECTL_PATH="$(dirname "$(find "${PWD}/bazel-bin/" -name kubectl -type f)")/kubectl"
61
- PATH="${KUBECTL_PATH}:${PATH}"
+ PATH="$(dirname "$(find "${PWD}/bazel-bin/" -name kubectl -type f)"):${PATH}"
62
export PATH
63
64
# attempt to release some memory after building
0 commit comments