helm-charts/scripts/new-chart

8 lines
143 B
Plaintext
Raw Normal View History

2024-11-11 15:34:41 +00:00
#!/bin/bash
if [[ "$(git rev-parse --abbrev-ref HEAD)" == "main" ]]; then
echo "Create a new branch first!"
exit 1;
fi
echo "running"