blob: 862f422acc39bb0b5881fc9b1d65932bfdf8c35f [file] [log] [blame]
#!/bin/bash
# Ensure we fail the job if any steps fail
set -e -o pipefail
cd kubernetes/
make HELM_BIN=$HELM_BIN all -j2