ci: fix names of build jobs

This commit is contained in:
Jens Langhammer 2020-05-28 19:46:10 +02:00
parent 40fd1c9c1f
commit 7e52711e3a
1 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ stages:
script: bash <(curl -s https://codecov.io/bash)
- stage: Build
jobs:
- job: build-server
- job: build_server
pool:
vmImage: 'ubuntu-latest'
steps:
@ -155,7 +155,7 @@ stages:
command: 'buildAndPush'
Dockerfile: 'Dockerfile'
tags: '$(Build.SourceBranchName)'
- job: build-gatekeeper
- job: build_gatekeeper
pool:
vmImage: 'ubuntu-latest'
steps:
@ -169,7 +169,7 @@ stages:
command: 'buildAndPush'
Dockerfile: 'Dockerfile'
tags: '$(Build.SourceBranchName)'
- job: build-static
- job: build_static
pool:
vmImage: 'ubuntu-latest'
steps: