Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix function name to install kubernetes/kind
  • Loading branch information
mrodm committed Jul 24, 2025
commit 3a8ae6dea390d9a8b4030499f6ea662f9b61ed05
2 changes: 1 addition & 1 deletion .buildkite/scripts/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ install_required_tools() {
case "${target}" in
"${KIND_TARGET}" | "${SYSTEM_TEST_FLAGS_TARGET}")
echo "--- Install kind"
with_kind
with_kubernetes
;;
"${FALSE_POSITIVES_TARGET}" | "${TEST_BUILD_INSTALL_ZIP_TARGET}")
echo "--- Install yq"
Expand Down