Skip to content

Commit 1cbb688

Browse files
committed
note pre-installed gh action programs
1 parent 61e00c4 commit 1cbb688

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/kind/run-cyclonus.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ RUN_FROM_SOURCE=${RUN_FROM_SOURCE:-true}
1010
FROM_SOURCE_ARGS=${FROM_SOURCE_ARGS:-"generate --include conflict --job-timeout-seconds 2"}
1111
INSTALL_KIND=${INSTALL_KIND:-true}
1212

13+
# see https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
14+
# github includes a kind version, but it may not be the version we want
1315
if [[ $INSTALL_KIND == true ]]; then
1416
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/"${KIND_VERSION}"/kind-$(uname)-amd64
1517
chmod +x ./kind

0 commit comments

Comments
 (0)