Archived
1
0

fixup!: move helm cmd to yaml

This commit is contained in:
Joe Previte
2022-09-20 14:26:10 -07:00
parent 65b74fc59f
commit 72d69b6cfd
3 changed files with 1 additions and 16 deletions

View File

@ -1,14 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
if command -v helm && helm kubeval --help > /dev/null; then
helm kubeval ci/helm-chart
fi
cd "$OLDPWD"
}
main "$@"