Skip to content

Commit

Permalink
Add execute permissions parse_env.sh in postprovision hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Microsoft authored Jan 3, 2025
1 parent 983b1f7 commit dae4043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hooks:
# run: ./infra/prompt-flow/create-prompt-flow.sh
posix:
shell: sh
run: ./scripts/parse_env.sh
run: chmod +x ./scripts/parse_env.sh && ./scripts/parse_env.sh
windows:
shell: pwsh
run: ./scripts/parse_env.ps1
Expand Down

0 comments on commit dae4043

Please sign in to comment.