"Auto-commit via make git"
This commit is contained in:
parent
7a933fd0bd
commit
5e2db8bcc4
@ -60,7 +60,7 @@ git: check-remote
|
||||
@git config user.email $(GIT_EMAIL)
|
||||
@git rev-parse --abbrev-ref HEAD >/dev/null 2>&1 || true
|
||||
@git add -A
|
||||
@git commit -m "$(COMMIT_MSG)" || echo "Nenhuma modificação para commitar."
|
||||
@git commit -m "$$(echo '$(COMMIT_MSG)')" || echo "Nenhuma modificação para commitar."
|
||||
@git push $(GIT_REMOTE) $(GIT_BRANCH)
|
||||
|
||||
# ===========================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user