We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d370d7f commit 59c37f4Copy full SHA for 59c37f4
azure-pipelines.yml
@@ -10,10 +10,9 @@ pool:
10
vmImage: 'ubuntu-latest'
11
12
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'
+- task: DockerCompose@0
+ inputs:
+ containerregistrytype: 'Container Registry'
+ dockerRegistryEndpoint: 'utPLSQL-docker'
+ dockerComposeFile: '**/docker-compose.yml'
+ action: 'Build services'
0 commit comments