summaryrefslogtreecommitdiffstats
path: root/shell/helm2-verify.sh
blob: c652a5cf90aefb3e80f016fdfd5f31c72d1d24d7 (plain)
1
2
3
4
5
6
#!/bin/bash
# Ensure we fail the job if any steps fail
set -e -o pipefail

cd kubernetes/
make all