From 08aad2cdbe3ae30875a238f63cea18397fd4e8d9 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Tue, 10 Sep 2024 10:08:15 -0700 Subject: [PATCH] f --- scripts/dev-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dev-build.sh b/scripts/dev-build.sh index 90c1191b0..9d6c6d600 100755 --- a/scripts/dev-build.sh +++ b/scripts/dev-build.sh @@ -5,8 +5,8 @@ set -euo pipefail # shellcheck source=./common.sh source ./scripts/common.sh -EC_VERSION= -APP_VERSION= +EC_VERSION=${EC_VERSION:-} +APP_VERSION=${APP_VERSION:-} APP_CHANNEL=${APP_CHANNEL:-Unstable} RELEASE_YAML_DIR=${RELEASE_YAML_DIR:-e2e/kots-release-install} REPLICATED_API_ORIGIN=${REPLICATED_API_ORIGIN:-https://api.staging.replicated.com/vendor}