rancher-charts/scripts/validate

17 lines
189 B
Plaintext
Raw Normal View History

2020-07-21 20:22:47 +00:00
#!/bin/bash
set -e
cd $(dirname $0)/..
./scripts/prepare
source ./scripts/version
if [ -n "$DIRTY" ]; then
echo Git is dirty
git status
exit 1
fi
./scripts/generate-charts