We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 579c5e6 + 9fd0477 commit f8d9396Copy full SHA for f8d9396
scripts/ci-build-kubernetes.sh
@@ -29,6 +29,8 @@ source "${REPO_ROOT}/hack/ensure-azcli.sh"
29
source "${REPO_ROOT}/hack/ensure-go.sh"
30
# shellcheck source=hack/parse-prow-creds.sh
31
source "${REPO_ROOT}/hack/parse-prow-creds.sh"
32
+# shellcheck source=hack/util.sh
33
+source "${REPO_ROOT}/hack/util.sh"
34
35
: "${AZURE_STORAGE_ACCOUNT:?Environment variable empty or not defined.}"
36
: "${AZURE_STORAGE_KEY:?Environment variable empty or not defined.}"
0 commit comments