Skip to content

Commit

Permalink
Ensure ALWAYS_BUILD_KIND_IMAGES is defaulted correctly in ci script
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <kmuldoon@vmware.com>
  • Loading branch information
killianmuldoon committed Jun 19, 2023
1 parent fe2d9d8 commit e8fc1a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci-e2e-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ k8s::resolveVersion() {
kind::prepareKindestImage() {
local version=$1

# ALWAYS_BUILD_KIND_IMAGES will default to false if unset.
ALWAYS_BUILD_KIND_IMAGES="${ALWAYS_BUILD_KIND_IMAGES:-"false"}"

# Try to pre-pull the image
kind::prepullImage "kindest/node:$version"

Expand Down

0 comments on commit e8fc1a4

Please sign in to comment.