diff --git a/smart-commit/smart-commit.sh b/smart-commit/smart-commit.sh index 5e3c42d..45adb08 100755 --- a/smart-commit/smart-commit.sh +++ b/smart-commit/smart-commit.sh @@ -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