Skip to content

Commit

Permalink
Merge pull request #1945 from bennerv/pipeline-tag-env-var-consistency
Browse files Browse the repository at this point in the history
Ensure TAG environment var is consistent case
  • Loading branch information
bennerv authored Feb 7, 2022
2 parents 6d950cc + 2cce57f commit 8c5c33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/build-and-push-images-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pr: none

variables:
- template: vars.yml
- name: tag
- name: TAG
- group: PROD CI Credentials

jobs:
Expand All @@ -29,7 +29,7 @@ jobs:
[[ -z ${TAG} ]] && exit 1
## set the variable
echo '##vso[task.setvariable variable=tag]${TAG}'
echo '##vso[task.setvariable variable=TAG]${TAG}'
- template: ./templates/template-push-images-to-acr-tagged.yml
parameters:
Expand Down

0 comments on commit 8c5c33a

Please sign in to comment.