Skip to content

Commit 59c37f4

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent d370d7f commit 59c37f4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ pool:
1010
vmImage: 'ubuntu-latest'
1111

1212
steps:
13-
- script: echo Hello, world!
14-
displayName: 'Run a one-line script'
15-
16-
- script: |
17-
echo Add other tasks to build, test, and deploy your project.
18-
echo See https://aka.ms/yaml
19-
displayName: 'Run a multi-line script'
13+
- task: DockerCompose@0
14+
inputs:
15+
containerregistrytype: 'Container Registry'
16+
dockerRegistryEndpoint: 'utPLSQL-docker'
17+
dockerComposeFile: '**/docker-compose.yml'
18+
action: 'Build services'

0 commit comments

Comments
 (0)