From 0d280777ffe495dc734f75a45fde8b7111fe796d Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 21:42:54 +1000 Subject: [PATCH] Gemini is stupid --- .woodpecker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f3aa875..3bf95a3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -48,7 +48,5 @@ steps: - echo "--- Verifying bot status ---" # Get the container ID of the bot service to inspect its status and logs - - BOT_CONTAINER_ID=$(docker compose ps -q python-app) - - docker inspect --format='{{.State.Status}} (Exit Code: {{.State.ExitCode}})' "${BOT_CONTAINER_ID}" - echo "--- Logs of Discord bot container (if it exited) ---" - docker logs "${BOT_CONTAINER_ID}" # Fetch the logs of the bot container