From 569eab24d59119617519abb8f42b39046bcf9444 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 28 Oct 2024 13:35:30 +0100 Subject: [PATCH] ci(azure-pipelines): modify test job name --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index f99f113cb..7918e7a8c 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -1,7 +1,7 @@ pool: 'Prod Private Agent Pool' jobs: -- job: Hello-World +- job: HelloWorld container: image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' endpoint: devfra