blob: 0a64365d8816a413ae871f3feb587d649759caa4 [file] [log] [blame]
efiacor0d19d3b2022-12-01 14:52:39 +00001#!/bin/bash
2# Ensure we fail the job if any steps fail
3set -e -o pipefail
4cd kubernetes/
5make HELM_BIN=$HELM_BIN SKIP_LINT=TRUE all -j2