Skip to content

Commit

Permalink
container name
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria committed Dec 19, 2024
1 parent a150fe7 commit 463d4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/templates/jobs/ci-emulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
displayName: "Running $(PYTHON_VERSION) Python Linux Emulator Tests"
- bash: |
# Stop and remove EventHub Emulator container to free up the port
docker stop microsoft-azure-eventhub-emulator
docker container rm --force microsoft-azure-eventhub-emulator
docker stop eventhubs-emulator
docker container rm --force eventhubs-emulator
docker compose -f tests/emulator_tests/utils/servicebus/docker-compose.yml pull
docker compose -f tests/emulator_tests/utils/servicebus/docker-compose.yml up -d
env:
Expand Down

0 comments on commit 463d4eb

Please sign in to comment.