File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
19
19
cd " ${REPO_ROOT} "
20
20
21
21
# Required environment variables
22
+ # shellcheck disable=SC2269 # validate non-null with errexit + nounset
22
23
HELM_VERSION=${HELM_VERSION}
24
+ # shellcheck disable=SC2269 # validate non-null with errexit + nounset
23
25
INSTALL_DIR=${INSTALL_DIR}
24
26
25
27
# Optional environment variables
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
19
19
cd " ${REPO_ROOT} "
20
20
21
21
# Required environment variables
22
+ # shellcheck disable=SC2269 # validate non-null with errexit + nounset
22
23
KUSTOMIZE_VERSION=${KUSTOMIZE_VERSION}
24
+ # shellcheck disable=SC2269 # validate non-null with errexit + nounset
23
25
INSTALL_DIR=${INSTALL_DIR}
24
26
25
27
# Optional environment variables
You can’t perform that action at this time.
0 commit comments