Skip to content

Commit bae8df9

Browse files
committed
uncommited previous change
1 parent e805498 commit bae8df9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

azure.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ hooks:
1313
preprovision:
1414
posix:
1515
shell: sh
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"
16+
run: ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
1917
interactive: false
2018
continueOnError: false
2119
windows:

0 commit comments

Comments
 (0)