Skip to content

Commit 60f352a

Browse files
Merge pull request #660 from chaudhariniraj/dev
fix: Add posix in pre-deployment hook in azure.yaml
2 parents ffa3a1c + af2fba0 commit 60f352a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

azure.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ hooks:
2222
Write-Host ""
2323
shell: pwsh
2424
interactive: true
25+
posix:
26+
run: |
27+
printf '\n'
28+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
29+
printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
30+
printf '\033[36m https://github.com/microsoft/content-processing-solution-accelerator/issues\033[0m\n'
31+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
32+
printf '\n'
33+
shell: sh
34+
interactive: true

0 commit comments

Comments
 (0)