There was an error while loading. Please reload this page.
1 parent 581dddc commit e7c5749Copy full SHA for e7c5749
1 file changed
installer/bundle_builder/ingredients/deb/download.sh
@@ -7,11 +7,11 @@ set -e
7
8
echo "Starting BYOH bundle ingredient download..."
9
10
-:"${ARCH:?ARCH must be set}"
11
-:"${OS:?OS must be set}"
12
-:"${CONTAINERD_VERSION:?CONTAINERD_VERSION must be set}"
13
-:"${KUBERNETES_VERSION:?KUBERNETES_VERSION must be set}"
14
-:"${CRITOOL_VERSION:?CRITOOL_VERSION must be set}"
+: "${ARCH:?ARCH must be set}"
+: "${OS:?OS must be set}"
+: "${CONTAINERD_VERSION:?CONTAINERD_VERSION must be set}"
+: "${KUBERNETES_VERSION:?KUBERNETES_VERSION must be set}"
+: "${CRITOOL_VERSION:?CRITOOL_VERSION must be set}"
15
: "${CNI_VERSION:?CNI_VERSION must be set}"
16
17
K8S_VERSION="v${KUBERNETES_VERSION%%-*}"
0 commit comments