From 411fff80101093662aa5b065a3348f6561498957 Mon Sep 17 00:00:00 2001 From: "shamrao shinde, sumedh" Date: Wed, 13 Nov 2024 11:19:08 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c46fe68..c9be0b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: - job: Build displayName: "Build & push to ACR" pool: - name: azureselfhosted + name: default steps: - checkout: self - checkout: olympus-common @@ -83,7 +83,7 @@ stages: condition: succeeded() displayName: "Deploy to ${{variables.envName}}" pool: - name: azureselfhosted + name: default environment: name: $(envName).$(resourceName) resourceType: Kubernetes