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:
parent
0a33957c94
commit
8afeda645c
@ -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