Skip to content

Commit

Permalink
fix azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Nov 22, 2024
1 parent 7d40e86 commit a83c94b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- script: echo '##vso[task.setvariable variable=MANON_TEST_REDIS_PORT]6380'
- script: sudo /etc/init.d/mysql stop
- script: sudo netstat -antp
- task: DockerCompose@1
- task: DockerCompose@1 # https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/docker-compose-v1?view=azure-pipelines
inputs:
containerregistrytype: 'Azure Container Registry'
dockerComposeFile: './docker/docker-compose-test-azure.yml'
Expand Down
6 changes: 2 additions & 4 deletions docker/docker-compose-test-azure.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: '3.4'

services:

maria-test:
container_name: maria-test
image: mariadb:10.10.2 # see https://hub.docker.com/_/mariadb/
image: postgres:15.1 # see https://hub.docker.com/_/mariadb/
ports:
- "3307:3306"
environment:
Expand All @@ -13,7 +11,7 @@ services:

maria-batch-test:
container_name: maria-batch-test
image: mariadb:10.10.2 # see https://hub.docker.com/_/mariadb/
image: postgres:15.1 # see https://hub.docker.com/_/mariadb/
ports:
- "3308:3306"
environment:
Expand Down

0 comments on commit a83c94b

Please sign in to comment.