2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Explicitly push into same named branch at the remote instead of relying on whatever branch settings the git config might have

This commit is contained in:
Ondřej Surý 2018-06-26 18:49:40 +02:00
parent 0a33957c94
commit 8afeda645c

View File

@ -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)"