shdsbilling/on-premise/main/rancher_v2.9.1/source/rancher-2.9.1/scripts/chart/validate

14 lines
242 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
echo "-- chart/validate --"
# Check for helm
if [ -z "$(type -p helm_v3)" ]; then
echo "helm_v3 not found. Helm is required to run tests."
exit 1
fi
helm_v3 lint $(dirname $0)/../../build/chart/rancher