We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3858e26 commit f9a369eCopy full SHA for f9a369e
azure.yaml
@@ -14,7 +14,10 @@ hooks:
14
postprovision:
15
posix:
16
shell: sh
17
- run: sed -i 's/\r$//' ./infra/scripts/post_deployment.sh; ./infra/scripts/post_deployment.sh
+ run: |
18
+ sudo chmod u+r+x ./infra/scripts/post_deployment.sh
19
+ sed -i 's/\r$//' ./infra/scripts/post_deployment.sh
20
+ ./infra/scripts/post_deployment.sh
21
interactive: true
22
windows:
23
shell: pwsh
0 commit comments