Output diff before committing changes
continuous-integration/drone/push Build is passing Details

See https://git.autonomic.zone/coop-cloud/abra/issues/174.
This commit is contained in:
decentral1se 2021-07-06 11:50:09 +02:00
parent 8519cb8661
commit 4b820457de
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

1
abra
View File

@ -2286,6 +2286,7 @@ sub_recipe_release() {
success "All compose files updated; new version is $new_version"
if [ "$abra___no_prompt" = "false" ] && [ "$bump" = "false" ]; then
git --no-pager diff
read -rp "Commit your changes to git? [y/N]? " choice
if [ "${choice,,}" != "y" ]; then