diff --git a/.buildkite/scripts/common.sh b/.buildkite/scripts/common.sh index c96f5da6c94..29684df9845 100755 --- a/.buildkite/scripts/common.sh +++ b/.buildkite/scripts/common.sh @@ -309,7 +309,6 @@ create_kind_cluster() { kind create cluster --config "${WORKSPACE}/kind-config.yaml" --image "kindest/node:${K8S_VERSION}" } - delete_kind_cluster() { echo "--- Delete kind cluster" kind delete cluster || true @@ -410,7 +409,6 @@ is_package_excluded() { return 1 } - is_supported_capability() { if [ "${SERVERLESS_PROJECT}" == "" ]; then return 0