mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-31 19:27:15 +00:00
Auto-merging via docker-versions-create
This commit is contained in:
@@ -30,7 +30,7 @@ for branch in "${branches_list[@]}"; do
|
|||||||
exit 1; }
|
exit 1; }
|
||||||
proceed='False'
|
proceed='False'
|
||||||
while [[ "$proceed" == "False" ]]; do
|
while [[ "$proceed" == "False" ]]; do
|
||||||
if git merge master; then
|
if git merge -m 'Auto-merging via docker-versions-create' master; then
|
||||||
proceed="True"
|
proceed="True"
|
||||||
echo "Branch $branch updated to current master successfully"
|
echo "Branch $branch updated to current master successfully"
|
||||||
# pushing changes to remote for this branch
|
# pushing changes to remote for this branch
|
||||||
|
|||||||
Reference in New Issue
Block a user