From 28260a796ecf72ac4d8b0a9be3da12ba7091af15 Mon Sep 17 00:00:00 2001 From: "shamrao shinde, sumedh" Date: Fri, 8 Nov 2024 07:18:03 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27f180a..23775c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,13 @@ trigger: - master +resources: + repositories: + - repository: olympus-common # Alias for the first repository + type: git + name: Olympus/olympus-common # Project and repository name + ref: master + variables: dockerRegistryServiceConnection: 'docker-registry-olympus' imageName: 'apollo' @@ -17,6 +24,7 @@ stages: name: azureselfhosted steps: - checkout: self + - checkout: olympus-common - script: | echo "##vso[task.setvariable variable=shortCommitSha]$(echo $(Build.SourceVersion) | cut -c1-8)"