Skip to content

Commit ea5862a

Browse files
committed
Remove ensure-kind.sh script as we are not using it anymore
Signed-off-by: Tobias Giese <[email protected]>
1 parent b0aee13 commit ea5862a

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

hack/ensure-kind.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

scripts/ci-conformance.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ cd "${REPO_ROOT}" || exit 1
2727

2828
# shellcheck source=../hack/ensure-go.sh
2929
source "${REPO_ROOT}/hack/ensure-go.sh"
30-
# shellcheck source=../hack/ensure-kind.sh
31-
source "${REPO_ROOT}/hack/ensure-kind.sh"
3230
# shellcheck source=../hack/ensure-kubectl.sh
3331
source "${REPO_ROOT}/hack/ensure-kubectl.sh"
3432

scripts/ci-e2e.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ cd "${REPO_ROOT}" || exit 1
2828

2929
# shellcheck source=../hack/ensure-go.sh
3030
source "${REPO_ROOT}/hack/ensure-go.sh"
31-
# shellcheck source=../hack/ensure-kind.sh
32-
source "${REPO_ROOT}/hack/ensure-kind.sh"
3331
# shellcheck source=../hack/ensure-kubectl.sh
3432
source "${REPO_ROOT}/hack/ensure-kubectl.sh"
3533

0 commit comments

Comments
 (0)