Skip to content

Commit

Permalink
add debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jun 5, 2024
1 parent 5eef6f8 commit 48d4ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/templates/template-push-images-to-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ steps:
az acr login --name "$RP_IMAGE_ACR"
else

Check failure on line 14 in .pipelines/templates/template-push-images-to-acr.yml

View workflow job for this annotation

GitHub Actions / mega-linter-yaml

14:11 [trailing-spaces] trailing spaces
trap 'rm -f acr-credentials.json' EXIT
echo "here"
base64 -d >acr-credentials.json <<<${{ parameters.azureDevOpsJSONSPN }}
az acr login --name "$RP_IMAGE_ACR" -u "$(jq -r .username < acr-credentials.json)" -p "$(jq -r .password < acr-credentials.json)"
fi
Expand Down

0 comments on commit 48d4ef2

Please sign in to comment.