From 4b3c76a8df65491d3ebf724fd7fe7dad825d304b Mon Sep 17 00:00:00 2001 From: "shamrao shinde, sumedh" Date: Fri, 8 Nov 2024 07:58:21 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e718281..48510c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: dockerRegistryServiceConnection: 'docker-registry-olympus' imageName: 'apollo' shortCommitSha: '' - envName: 'aks-olympus' + envName: "aks-olympus" stages: - stage: Build @@ -69,7 +69,7 @@ stages: displayName: Deploy stage jobs: - deployment: Deploy - displayName: "Deploy to $(envName)" + displayName: "Deploy to ${{variables.envName}}" condition: succeeded() pool: name: azureselfhosted @@ -108,4 +108,4 @@ stages: docker rmi $(docker images -q) displayName: 'Clean up Docker Images' continueOnError: true - condition: always() + condition: always() \ No newline at end of file