Skip to content

Commit 3f8d72e

Browse files
Remove GPT_MIN_CAPACITY from deploy workflow
Removed GPT_MIN_CAPACITY export from deployment script.
1 parent ae4f96a commit 3f8d72e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
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'}"

0 commit comments

Comments
 (0)