From 6d9ec4552c9152a8a08953b0f32340bbb1886be0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 16:53:40 +0200 Subject: [PATCH] Update install_dependencies.sh Signed-off-by: Kjeld Schouten --- .github/scripts/install_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh index c409200126c..a704f47ac02 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -69,10 +69,10 @@ if [[ "$curr_chart" != "charts/system/traefik-crds" ]]; then echo "Installing traefik-crds chart" helm install traefik oci://tccr.io/truecharts/traefik-crds --namespace traefik --create-namespace --wait if [[ "$?" != "0" ]]; then - echo "Failed to install traefik chart" + echo "Failed to install traefik-crds chart" exit 1 fi - echo "Done installing traefik chart" + echo "Done installing traefik-crds chart" fi if [[ "$curr_chart" == "charts/system/intel-device-plugins-operator" ]]; then