Skip to content

Commit

Permalink
Diferentiate displayNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Veloso committed Jan 24, 2020
1 parent ee0621a commit 1da56f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/azure-devops/buildimages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
vmImage: 'ubuntu-16.04'
steps:
- bash: docker-compose build ${{ parameters.services }}
displayName: Create multiarch manifest
displayName: Create multiarch manifest (BuildContainersForPR_Linux)
env:
TAG: ${{ variables['Build.SourceBranchName'] }}
- job: BuildContainersForPR_Windows
Expand All @@ -21,7 +21,7 @@ jobs:
vmImage: 'windows-2019'
steps:
- bash: docker-compose build ${{ parameters.services }}
displayName: Create multiarch manifest
displayName: Create multiarch manifest (BuildContainersForPR_Windows)
env:
TAG: ${{ variables['Build.SourceBranchName'] }}
PLATFORM: win
Expand All @@ -32,7 +32,7 @@ jobs:
vmImage: 'ubuntu-16.04'
steps:
- task: DockerCompose@0
displayName: Compose build ${{ parameters.services }}
displayName: Compose build ${{ parameters.services }} (BuildLinux)
inputs:
dockerComposeCommand: 'build ${{ parameters.services }}'
containerregistrytype: Container Registry
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
vmImage: 'windows-2019'
steps:
- task: DockerCompose@0
displayName: Compose build ${{ parameters.services }}
displayName: Compose build ${{ parameters.services }} (BuildWindows)
inputs:
dockerComposeCommand: 'build ${{ parameters.services }}'
containerregistrytype: Container Registry
Expand Down

0 comments on commit 1da56f8

Please sign in to comment.