summaryrefslogtreecommitdiffstats
path: root/shell/helm/make-helm-all.sh
blob: 862f422acc39bb0b5881fc9b1d65932bfdf8c35f (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 all -j2