Skip to content

Commit d43a87f

Browse files
committed
Add POSIX support for setSPObjectId.ps1 script in azure.yaml
1 parent 99140ce commit d43a87f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ai-services/gpt-video-analysis-in-a-box/azure.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ hooks:
1010
run: ./scripts/setSPObjectId.ps1
1111
interactive: true
1212
continueOnError: false
13-
13+
posix :
14+
shell: sh
15+
run: ./scripts/setSPObjectId.ps1
16+
interactive: true
17+
continueOnError: false
1418

0 commit comments

Comments
 (0)