From cc162f222a2f425b4f0d09b7a5d715de13f2b692 Mon Sep 17 00:00:00 2001 From: chandu Date: Wed, 11 Dec 2024 14:41:36 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8748ada3..b70a9b50f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,7 @@ pool: vmImage: 'ubuntu-latest' variables: - - group: springpetclinic + - group: springpetcliniic steps: - task: JavaToolInstaller@0