Skip to content

Commit

Permalink
Check integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvaron3 committed Nov 21, 2024
1 parent 402411f commit c25ce33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/startup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$ErrorActionPreference='Stop'
cd $PSScriptRoot
Write-Host "Shutting down Docker Compose orchestration..."
docker-compose down
docker compose down

Write-Host "Deleting prior Cosmos DB connectors..."
rm -rf "$PSScriptRoot/connectors"
Expand All @@ -26,4 +26,4 @@ Write-Host "Building Cosmos DB Kafka Connect Docker image"
docker build . -t cosmosdb-kafka-connect:latest

Write-Host "Starting Docker Compose..."
docker-compose up -d
docker compose up -d

0 comments on commit c25ce33

Please sign in to comment.