We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bc1b3a + 3802ae7 commit d5d1d2eCopy full SHA for d5d1d2e
1 file changed
contrib/devtools/github-merge.sh
@@ -161,7 +161,11 @@ if [[ "d$REPLY" =~ ^d[Ss]$ ]]; then
161
cleanup
162
exit 1
163
else
164
- git commit -q --gpg-sign --amend --no-edit
+ if ! git commit -q --gpg-sign --amend --no-edit; then
165
+ echo "Error signing, exiting."
166
+ cleanup
167
+ exit 1
168
+ fi
169
fi
170
171
echo "Not signing off on merge, exiting."
0 commit comments