Skip to content

Commit f8d9396

Browse files
authored
Merge pull request #3344 from lzhecheng/fix-ci-build-k8s
Fix ci-build-kubernetes.sh
2 parents 579c5e6 + 9fd0477 commit f8d9396

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)