From e3202341037494ab419216c5e4525b94561f2be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yeray=20Medina=20L=C3=B3pez?= <5522922+ymedlop@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:07:47 +0200 Subject: [PATCH] Update docker-run.sh --- docker-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-run.sh b/docker-run.sh index 8a0153f..b47e9e3 100644 --- a/docker-run.sh +++ b/docker-run.sh @@ -1,5 +1,5 @@ #!/bin/ash - +set -e for D in $(find charts -not -path '*/.*' -mindepth 1 -maxdepth 1 -type d) do helm dependency update $D