Skip to content

Commit

Permalink
Container names changed after docker-compose upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Aug 22, 2024
1 parent 2bb949c commit 1b1db5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
sleep 720
docker compose logs
docker ps -a
docker exec zdm-proxy-automation_client_1 cqlsh zdm-proxy-automation_proxy_1 -e 'select * from system.local;'
docker exec zdm-proxy-automation-client-1 cqlsh zdm-proxy-automation-proxy-1 -e 'select * from system.local;'

0 comments on commit 1b1db5e

Please sign in to comment.