Skip to content

Commit dae4043

Browse files
Add execute permissions parse_env.sh in postprovision hook
1 parent 983b1f7 commit dae4043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hooks:
88
# run: ./infra/prompt-flow/create-prompt-flow.sh
99
posix:
1010
shell: sh
11-
run: ./scripts/parse_env.sh
11+
run: chmod +x ./scripts/parse_env.sh && ./scripts/parse_env.sh
1212
windows:
1313
shell: pwsh
1414
run: ./scripts/parse_env.ps1

0 commit comments

Comments
 (0)