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)"