Skip to content

Commit f9a369e

Browse files
update with chmod for post deployment sccript
1 parent 3858e26 commit f9a369e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ 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: |
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
1821
interactive: true
1922
windows:
2023
shell: pwsh

0 commit comments

Comments
 (0)