Skip to content

Commit be3edba

Browse files
fix: update frontend packaging script execution to use bash (#2164)
1 parent c7212b9 commit be3edba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
continueOnError: false
7171
posix:
7272
shell: sh
73-
run: ./scripts/package_frontend.sh
73+
run: bash ./scripts/package_frontend.sh
7474
interactive: true
7575
continueOnError: false
7676

0 commit comments

Comments
 (0)