From 40fd1c9c1fa6d38350c0959f249be2752f503bd5 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 28 May 2020 19:45:25 +0200 Subject: [PATCH] ci: fix duplicate key --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 90947e819..a88f151d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -169,7 +169,7 @@ stages: command: 'buildAndPush' Dockerfile: 'Dockerfile' tags: '$(Build.SourceBranchName)' - - job: build-gatekeeper + - job: build-static pool: vmImage: 'ubuntu-latest' steps: