Skip to content

Commit fd3a827

Browse files
Merge pull request #324 from chaudhariniraj/dev
fix: Add posix in pre-deployment hook in azure.yaml
2 parents c88c704 + 61d25ef commit fd3a827

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
@@ -19,6 +19,16 @@ hooks:
1919
Write-Host ""
2020
shell: pwsh
2121
interactive: true
22+
posix:
23+
run: |
24+
printf '\n'
25+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
26+
printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
27+
printf '\033[36m https://github.com/microsoft/Container-Migration-Solution-Accelerator/issues\033[0m\n'
28+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
29+
printf '\n'
30+
shell: sh
31+
interactive: true
2232
postdeploy:
2333
posix:
2434
shell: sh

0 commit comments

Comments
 (0)