Skip to content

Commit

Permalink
test new azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Nov 22, 2024
1 parent 76a3e61 commit d4856ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ steps:
- script: echo '##vso[task.setvariable variable=MANON_TEST_REDIS_PORT]6380'
- script: sudo /etc/init.d/mysql stop
- script: sudo netstat -antp
- script: docker-compose --version
- task: DockerCompose@0
inputs:
containerregistrytype: 'Container Registry'
containerregistrytype: 'Azure Container Registry'
dockerComposeFile: './docker/docker-compose-test-azure.yml'
action: 'Run a Docker Compose command'
dockerComposeCommand: 'up -d'
dockerComposePath: $(dockerComposePath)/docker-compose
- script: sleep 15
- script: sudo netstat -antp
- script: cd docker && docker-compose ps && cd ..
- script: mysql --user=root --password=woot --host=127.0.0.1 --port=3307 --execute="show databases;"
- script: mysql --user=root --password=woot --host=127.0.0.1 --port=3308 --execute="show databases;"
- task: Maven@3 # see help https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/maven?view=azure-devops
- task: Maven@4 # see help https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/maven?view=azure-devops
inputs:
mavenPomFile: 'pom.xml'
javaHomeOption: 'JDKVersion'
Expand Down

0 comments on commit d4856ef

Please sign in to comment.