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