Skip to content

Commit e805498

Browse files
committed
added chmod step to allow execute permission
1 parent 9eaa714 commit e805498

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ hooks:
1313
preprovision:
1414
posix:
1515
shell: sh
16-
run: ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
16+
run: |
17+
chmod +x ./scripts/validate_model_deployment_quotas.sh
18+
./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
1719
interactive: false
1820
continueOnError: false
1921
windows:

0 commit comments

Comments
 (0)