Skip to content

Commit 48ec6a5

Browse files
Fix postprovision hook to explicitly use bash for script execution on posix systems
1 parent afd49c3 commit 48ec6a5

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
@@ -14,7 +14,7 @@ hooks:
1414
postprovision:
1515
posix:
1616
shell: sh
17-
run: sed -i 's/\r$//' ./infra/scripts/post_deployment.sh; ./infra/scripts/post_deployment.sh
17+
run: sed -i 's/\r$//' ./infra/scripts/post_deployment.sh; bash ./infra/scripts/post_deployment.sh
1818
interactive: true
1919
windows:
2020
shell: pwsh

0 commit comments

Comments
 (0)