Skip to content

Commit c494e75

Browse files
Update CAdeploy.yml
1 parent 3c46a10 commit c494e75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)