File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 4343 export AZURE_TENANT_ID=${{ secrets.AZURE_TENANT_ID }}
4444 export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
4545 export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
46- export GPT_MIN_CAPACITY="${{ env.GPT_MIN_CAPACITY }}"
4746 export AZURE_REGIONS="${{ vars.AZURE_REGIONS }}"
4847 chmod +x scripts/checkquota.sh
4948 if ! scripts/checkquota.sh; then
@@ -141,7 +140,6 @@ jobs:
141140 --parameters \
142141 solutionName="${{ env.SOLUTION_PREFIX }}" \
143142 azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
144- capacity=${{ env.GPT_MIN_CAPACITY }} \
145143 imageVersion="${IMAGE_TAG}" \
146144 createdBy="Pipeline" \
147145 tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}"
You can’t perform that action at this time.
0 commit comments