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