mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Merge branch 'git-replay-merge-explicit-push' into 'master'
Explicitly push into the same named branch at the remote See merge request isc-projects/bind9!424
This commit is contained in:
@@ -155,7 +155,7 @@ resume() {
|
||||
fi
|
||||
fi
|
||||
|
||||
git push ${TARGET_REMOTE} -u ${REPLAY_BRANCH}
|
||||
git push ${TARGET_REMOTE} -u ${REPLAY_BRANCH}:${REPLAY_BRANCH}
|
||||
|
||||
REPLAY_COMMIT_TITLE="$(git show --format="%b" "${SOURCE_COMMIT}" 2>&1 | head -1)"
|
||||
|
||||
|
Reference in New Issue
Block a user