From ae7aef9db589dd3f1971fd73443f8a82bb1977c9 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 12 Aug 2020 16:56:48 -0700 Subject: [PATCH] change variable syntax --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 00160cbb1..5b0177530 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -3,7 +3,7 @@ jobs: pool: vmImage: ubuntu-18.04 steps: - - bash: tools/docker/build.sh ${{ variables.dockerTag }} + - bash: tools/docker/build.sh $(dockerTag) displayName: Build the Docker images # We don't filter for the Docker Hub organization to continue to allow # easy testing of these scripts on forks.