Skip to content

Commit 9fd0477

Browse files
committed
Fix ci-build-kubernetes.sh
capz::util::get_latest_ci_version needs to be imported from hack/util.sh. Signed-off-by: Zhecheng Li <[email protected]>
1 parent 0f497f8 commit 9fd0477

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci-build-kubernetes.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ source "${REPO_ROOT}/hack/ensure-azcli.sh"
2929
source "${REPO_ROOT}/hack/ensure-go.sh"
3030
# shellcheck source=hack/parse-prow-creds.sh
3131
source "${REPO_ROOT}/hack/parse-prow-creds.sh"
32+
# shellcheck source=hack/util.sh
33+
source "${REPO_ROOT}/hack/util.sh"
3234

3335
: "${AZURE_STORAGE_ACCOUNT:?Environment variable empty or not defined.}"
3436
: "${AZURE_STORAGE_KEY:?Environment variable empty or not defined.}"

0 commit comments

Comments
 (0)