mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
ci: pre-declare merge commit message to avoid need for interaction
This commit is contained in:
parent
135bafefeb
commit
97874f3481
@ -30,7 +30,7 @@ for branch in "${branches_list[@]}"; do
|
||||
exit 1; }
|
||||
proceed='False'
|
||||
while [[ "$proceed" == "False" ]]; do
|
||||
if git merge master; then
|
||||
if git merge -m 'Auto-merging via docker-versions-create' master; then
|
||||
proceed="True"
|
||||
echo "Branch $branch updated to current master successfully"
|
||||
# pushing changes to remote for this branch
|
||||
|
Loading…
Reference in New Issue
Block a user