Browse Source

Update azure-pipelines.yml for Azure Pipelines

pull/975/head
Eduard Tomàs 5 years ago
parent
commit
97c4efc42e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      build/azure-devops/apigws/azure-pipelines.yml

+ 3
- 1
build/azure-devops/apigws/azure-pipelines.yml View File

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


Loading…
Cancel
Save