summaryrefslogtreecommitdiffstats
path: root/shell/helm/make-helm-skip-lint.sh
blob: 0a64365d8816a413ae871f3feb587d649759caa4 (plain)
1
2
3
4
5
#!/bin/bash
# Ensure we fail the job if any steps fail
set -e -o pipefail
cd kubernetes/
make HELM_BIN=$HELM_BIN SKIP_LINT=TRUE all -j2