Skip to content

Commit

Permalink
Update postprovision.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu authored Oct 14, 2024
1 parent 1509b4a commit f24e3db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/hooks/postprovision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e

# Output environment variables to .env file using azd env get-values
azd env get-values > .env
az login --service-principal -u ${AZURE_CLIENT_ID} -p ${AZURE_CLIENT_SECRET} --tenant ${AZURE_TENANT_ID} --no-prompt

acr_build () {
image_name=$1
Expand Down

0 comments on commit f24e3db

Please sign in to comment.