From dca59675f35c07218fff81d31b8d9210b8c1c0ba Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Sat, 19 Dec 2020 12:11:27 -0600 Subject: [PATCH] Add proper error checking to helm lint tests --- ci/lint_helm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/lint_helm.sh b/ci/lint_helm.sh index ddad884..b884033 100755 --- a/ci/lint_helm.sh +++ b/ci/lint_helm.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Usage: lint_helm.sh echo "Linting helm chart with no additional values" +set -e helm lint geosphere-mapserver # need to copy yaml files here so helm docker alias can find them (in PWD) cp ../ci/*.yaml . -- GitLab