Skip to content

Commit

Permalink
PMM-11180 add debug info on fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 16, 2024
1 parent 4d4bebf commit c6ccc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ jobs:
echo "--- GO Environment ---"
go env | sort
git status
docker compose logs
4 changes: 2 additions & 2 deletions agent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
image: ${MONGO_IMAGE:-percona/percona-server-mongodb:5.0}
container_name: pmm-agent_mongorepl
environment:
- VERSION=${MONGO_IMAGE:-percona/percona-server-mongodb:5.0}
- MONGO_IMAGE=${MONGO_IMAGE:-percona/percona-server-mongodb:5.0}
volumes:
- ./testscripts/:/scripts
command: /scripts/mongo_repl.sh
Expand All @@ -96,7 +96,7 @@ services:
container_name: pmm-agent_mongorepl_with_ssl
command: /scripts/mongo_repl_with_ssl.sh
environment:
- VERSION=${MONGO_IMAGE:-percona/percona-server-mongodb:5.0}
- MONGO_IMAGE=${MONGO_IMAGE:-percona/percona-server-mongodb:5.0}
ports:
- "127.0.0.1:27022:27022"
- "127.0.0.1:27023:27023"
Expand Down

0 comments on commit c6ccc53

Please sign in to comment.