mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 02:48:19 +00:00
Return early when git changes are denied
This commit is contained in:
parent
b739bbfefe
commit
31b918d554
@ -87,7 +87,7 @@ function main {
|
||||
commit_dev_mode "${sdir}" || return 1
|
||||
|
||||
status_stage "==> Confirming Git Changes"
|
||||
confirm_git_push_changes "${sdir}"
|
||||
confirm_git_push_changes "${sdir}" || return 1
|
||||
|
||||
status_stage "==> Pushing to Git"
|
||||
git_push_ref "$1" || return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user