Skip to content

Commit 0603f84

Browse files
committed
Remove commented-out postprovision hooks from azure.yaml
1 parent aecbbd0 commit 0603f84

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,3 @@ hooks:
143143
run: ./scripts/auth_init.sh
144144
interactive: true
145145
continueOnError: false
146-
# postprovision:
147-
# windows:
148-
# shell: pwsh
149-
# run: ./scripts/auth_update.ps1;./scripts/prepdocs.ps1
150-
# interactive: true
151-
# continueOnError: false
152-
# posix:
153-
# shell: sh
154-
# run: ./scripts/auth_update.sh;./scripts/prepdocs.sh
155-
# interactive: true
156-
# continueOnError: false

0 commit comments

Comments
 (0)