Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Eduard Tomàs 2019-03-19 18:56:34 +01:00
parent 9d4128867c
commit 97c4efc42e

View File

@ -15,7 +15,7 @@ steps:
dockerComposeFileArgs: | dockerComposeFileArgs: |
TAG=dev TAG=dev
- task: DockerCompose@0 - task: DockerCompose@0
displayName: Compose push basket displayName: Compose push apigws
inputs: inputs:
dockerComposeCommand: 'push mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw' dockerComposeCommand: 'push mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw'
containerregistrytype: Container Registry containerregistrytype: Container Registry
@ -24,6 +24,8 @@ steps:
qualifyImageNames: true qualifyImageNames: true
projectName: "" projectName: ""
additionalImageTags: additionalImageTags:
dockerComposeFileArgs: |
TAG=dev
- task: CopyFiles@2 - task: CopyFiles@2
inputs: inputs:
sourceFolder: $(Build.SourcesDirectory)/k8s/helm sourceFolder: $(Build.SourcesDirectory)/k8s/helm