diff --git a/ci/lint_helm.sh b/ci/lint_helm.sh index ddad884cf7da4b75078e0f428b2ca32a143528a3..b884033bd04c94ab96c4a5c5782f3b734b44c1b6 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 .