From 7e52711e3a169cd494be141e3cc07b4327719254 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 28 May 2020 19:46:10 +0200 Subject: [PATCH] ci: fix names of build jobs --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a88f151d9..11e661290 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: