started with new-chart script
This commit is contained in:
7
scripts/new-chart
Executable file
7
scripts/new-chart
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
if [[ "$(git rev-parse --abbrev-ref HEAD)" == "main" ]]; then
|
||||
echo "Create a new branch first!"
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
echo "running"
|
Reference in New Issue
Block a user