Skip to content

Commit 8266a0e

Browse files
add execute permissions for validation scripts in preprovision hook
1 parent dc059dc commit 8266a0e

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
@@ -7,7 +7,7 @@ hooks:
77
posix:
88
shell: sh
99
run: >
10-
./infra/scripts/validate_model_deployment_quota.sh --subscription "$AZURE_SUBSCRIPTION_ID" --location "${AZURE_ENV_OPENAI_LOCATION:-swedencentral}" --models-parameter "aiModelDeployments"
10+
chmod u+r+x ./infra/scripts/validate_model_deployment_quota.sh; chmod u+r+x ./infra/scripts/validate_model_quota.sh; ./infra/scripts/validate_model_deployment_quota.sh --subscription "$AZURE_SUBSCRIPTION_ID" --location "${AZURE_ENV_OPENAI_LOCATION:-swedencentral}" --models-parameter "aiModelDeployments"
1111
interactive: false
1212
continueOnError: false
1313

0 commit comments

Comments
 (0)