Compare commits

...

2 Commits

Author SHA1 Message Date
Geoff Bourne ac9f8e1f6b Passing -e to compose up was wrong 2026-06-26 07:26:37 -05:00
Geoff Bourne c7a0f39f29 Pass GH_TOKEN to containers started during tests 2026-06-26 07:17:53 -05:00
+1 -1
View File
@@ -46,7 +46,7 @@ setupOnlyMinecraftTest(){
start=$(date +%s) start=$(date +%s)
status=PASSED status=PASSED
verify= verify=
if ! logs=$(docker compose run --rm -e SETUP_ONLY=true -e DEBUG="${DEBUG:-false}" mc 2>&1); then if ! logs=$(docker compose run --rm -e SETUP_ONLY=true -e DEBUG="${DEBUG:-false}" -e GH_TOKEN="${GH_TOKEN:-}" mc 2>&1); then
status=FAILED status=FAILED
outputContainerLog "$logs" outputContainerLog "$logs"
result=1 result=1