Skip to content

Commit

Permalink
Clean up debug print statement in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv committed Feb 7, 2022
1 parent cdbc13f commit bc91462
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pipelines/templates/template-push-images-to-acr-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ steps:
trap 'set +e; for c in $(docker ps -aq); do docker rm -f $c; done; docker image prune -af ; rm -rf ~/.docker/config.json' EXIT
export RP_IMAGE_ACR=${{ parameters.rpImageACR }}
export TAG=${{ parameters.imageTag }}
# TODO - remove this
echo "tag is ${TAG}"
az acr login --name "$RP_IMAGE_ACR"
# azure checkouts commit, so removing master reference when publishing image
export BRANCH=$(Build.SourceBranchName)
Expand Down

0 comments on commit bc91462

Please sign in to comment.