smart-commit.sh seems to work perfectly

main
Nick Dumas 2 years ago
parent 0999b0c46c
commit 827d7340f6

@ -6,5 +6,5 @@ if [ $STATUS_LEN = 0 ]; then
exit 0
else
git add .
git commit --verbose # -qm "CI/CD Commit: $(date -Iseconds)"
git commit -qm "CI/CD Commit: $(date -Iseconds)"
fi

Loading…
Cancel
Save