From 75ca4207cf29a5e8f404f594522cd2e36506a6df Mon Sep 17 00:00:00 2001 From: ewelinagr Date: Mon, 23 Oct 2023 12:15:00 +0200 Subject: [PATCH] Add fix for releasing helm charts to Google Storage. --- charts/.travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/.travis/install.sh b/charts/.travis/install.sh index c07d7dd..04de0b2 100755 --- a/charts/.travis/install.sh +++ b/charts/.travis/install.sh @@ -4,7 +4,7 @@ source "$BUILD_SCRIPTS_DIR/helm/install_helm.sh" if [[ $SHOULD_RELEASE ]]; then - "$BUILD_SCRIPTS_DIR/login-provider.sh" + source "$BUILD_SCRIPTS_DIR/login-provider.sh" echo "Adding helm repositories ..." source "$BUILD_SCRIPTS_DIR/helm/add_repos.sh"