File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 export TEXT_EMBEDDING_MIN_CAPACITY="45"
3030 export AZURE_REGIONS="${{ vars.AZURE_REGIONS_CA }}"
3131
32- chmod +x ClientAdvisor/Deployment /scripts/checkquota.sh
33- if ! ClientAdvisor/Deployment /scripts/checkquota.sh; then
32+ chmod +x Build-your-own-copilot-Solution-Accelerator/blob/dev/infra /scripts/checkquota.sh
33+ if ! Build-your-own-copilot-Solution-Accelerator/blob/dev/infra /scripts/checkquota.sh; then
3434 # If quota check fails due to insufficient quota, set the flag
35- if grep -q "No region with sufficient quota found" ClientAdvisor/Deployment /scripts/checkquota.sh; then
35+ if grep -q "No region with sufficient quota found" Build-your-own-copilot-Solution-Accelerator/blob/dev/infra /scripts/checkquota.sh; then
3636 echo "QUOTA_FAILED=true" >> $GITHUB_ENV
3737 fi
3838 exit 1 # Fail the pipeline if any other failure occurs
@@ -117,7 +117,7 @@ jobs:
117117 set -e
118118 az deployment group create \
119119 --resource-group ${{ env.RESOURCE_GROUP_NAME }} \
120- --template-file ClientAdvisor/Deployment /bicep/main.bicep \
120+ --template-file Build-your-own-copilot-Solution-Accelerator/blob/dev/infra /bicep/main.bicep \
121121 --parameters solutionPrefix=${{ env.SOLUTION_PREFIX }} cosmosLocation=${{ env.AZURE_LOCATION }}
122122
123123 - name : List KeyVaults and Store in Array
You can’t perform that action at this time.
0 commit comments