FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'feature/docker_compose' of https://github.com/utPLSQL/d… · utPLSQL/docker-scripts@f6cc0a1 · GitHub

Commit f6cc0a1

Browse files
committed
Merge branch 'feature/docker_compose' of https://github.com/utPLSQL/docker-scripts into feature/docker_compose
2 parents 6b1a8b3 + 59c37f4 commit f6cc0a1

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL