mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +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:
commit
116a2333ec
@ -155,7 +155,7 @@ resume() {
|
|||||||
fi
|
fi
|
||||||
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)"
|
REPLAY_COMMIT_TITLE="$(git show --format="%b" "${SOURCE_COMMIT}" 2>&1 | head -1)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user