[HELM] Clean up and fix oom helm jobs
[ci-management.git] / shell / helm / make-helm-skip-lint.sh
1 #!/bin/bash
2 # Ensure we fail the job if any steps fail
3 set -e -o pipefail
4 cd kubernetes/
5 make HELM_BIN=$HELM_BIN SKIP_LINT=TRUE all -j2