mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-04 17:59:45 +00:00
Without --quiet-pull
This commit is contained in:
@@ -11,8 +11,8 @@ setupOnlyMinecraftTest(){
|
|||||||
cd "$folder"
|
cd "$folder"
|
||||||
result=0
|
result=0
|
||||||
|
|
||||||
if ! logs=$(docker compose run --quiet-pull mc 2>&1); then
|
if ! logs=$(docker compose run mc); then
|
||||||
echo "${folder} setup FAILED"
|
echo "${folder} test scenario FAILED"
|
||||||
echo ":::::::::::: LOGS ::::::::::::::::
|
echo ":::::::::::: LOGS ::::::::::::::::
|
||||||
$logs
|
$logs
|
||||||
::::::::::::::::::::::::::::::::::
|
::::::::::::::::::::::::::::::::::
|
||||||
|
|||||||
Reference in New Issue
Block a user