rancher-charts/scripts/validate

11 lines
142 B
Plaintext
Raw Normal View History

2020-07-21 20:22:47 +00:00
#!/bin/bash
set -e
cd $(dirname $0)/..
2020-09-09 21:13:13 +00:00
CHART=$CHART ./scripts/prepare
2020-07-21 20:22:47 +00:00
2020-09-09 21:13:13 +00:00
CHART=$CHART ./scripts/generate-charts
2020-09-09 21:13:13 +00:00
CHART=$CHART ./scripts/clean