| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,10 +10,9 @@ pool: | |||
| 10 | 10 | vmImage: 'ubuntu-latest' | |
| 11 | 11 | ||
| 12 | 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' | ||
| 13 | + - task: DockerCompose@0 | ||
| 14 | + inputs: | ||
| 15 | + containerregistrytype: 'Container Registry' | ||
| 16 | + dockerRegistryEndpoint: 'utPLSQL-docker' | ||
| 17 | + dockerComposeFile: '**/docker-compose.yml' | ||
| 18 | + action: 'Build services' | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments