Skip to content

Commit 7ece08d

Browse files
committed
fix: ci docker-compose -> docker compose
1 parent a458d90 commit 7ece08d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ stages:
6363
6464
echo "Notification API URL: $NOTIFICATION_API_IP"
6565
66-
docker-compose build --pull
67-
docker-compose run --rm tests
66+
docker compose build --pull
67+
docker compose run --rm tests
6868
displayName: 'Build & Run Tests'
6969
env:
7070
TEST_STORAGE_API_TOKEN: $(TEST_STORAGE_API_TOKEN)

0 commit comments

Comments
 (0)