Passing -e to compose up was wrong

This commit is contained in:
Geoff Bourne
2026-06-26 07:26:37 -05:00
committed by GitHub
parent c7a0f39f29
commit ac9f8e1f6b
-1
View File
@@ -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"