From 4e44d9299d3cd37a7d6506b4e1e494f094fe370b Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Wed, 8 Jul 2020 15:54:16 -0700 Subject: [PATCH] Use proper variable syntax --- .../azure-cosmos-benchmark/ctl-image-build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sdk/cosmos/azure-cosmos-benchmark/ctl-image-build.yml b/sdk/cosmos/azure-cosmos-benchmark/ctl-image-build.yml index e49bb7f1634c..c8ac3fe5ebd0 100644 --- a/sdk/cosmos/azure-cosmos-benchmark/ctl-image-build.yml +++ b/sdk/cosmos/azure-cosmos-benchmark/ctl-image-build.yml @@ -3,15 +3,16 @@ jobs: timeoutInMinutes: 20 variables: - template: /eng/pipelines/templates/variables/globals.yml + - name: ContainerRegistryName + value: 'javactl' + - name: ContainerRegistryUserName + value: 'javactl' + - name: ContainerRegistryUrl + value: 'javactl.azurecr.io' + pool: vmImage: 'ubuntu-18.04' - # java-cosmos-container-registry-pwd - variables: - ContainerRegistryName: 'javactl' - ContainerRegistryUserName: 'javactl' - ContainerRegistryUrl: 'javactl.azurecr.io' - steps: - task: Maven@3 displayName: 'Build Cosmos and Benchmark'