Skip to content

Commit 36de2e4

Browse files
committed
Update azure-pipelines.yml
Version two of the Docker Compose is invoked via docker compose Removed hyphen from docker-compose
1 parent 30a195e commit 36de2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
clean: all
1414
steps:
1515
- script: |
16-
docker-compose build
16+
docker compose build
1717
displayName: 'Compose build'
1818
- script: |
19-
docker-compose run test
19+
docker compose run test
2020
displayName: 'Compose run'

0 commit comments

Comments
 (0)