mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-18 22:44:54 +00:00
Passing -e to compose up was wrong
This commit is contained in:
@@ -16,7 +16,6 @@ fullMinecraftUpTest(){
|
|||||||
--attach-dependencies
|
--attach-dependencies
|
||||||
--always-recreate-deps
|
--always-recreate-deps
|
||||||
--abort-on-container-failure
|
--abort-on-container-failure
|
||||||
-e GH_TOKEN="${GH_TOKEN:-}"
|
|
||||||
)
|
)
|
||||||
if ! docker compose -f "$file" up "${upArgs[@]}" monitor; then
|
if ! docker compose -f "$file" up "${upArgs[@]}" monitor; then
|
||||||
echo "$(dirname "$file") Result: failed"
|
echo "$(dirname "$file") Result: failed"
|
||||||
|
|||||||
Reference in New Issue
Block a user