Skip to content

Commit

Permalink
Update postprovision.sh (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu authored Oct 14, 2024
1 parent 705abf2 commit 1509b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/hooks/postprovision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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 1509b4a

Please sign in to comment.