Skip to content

Commit 91e83cb

Browse files
fix: Remove redundant team configuration upload step from post-deployment script
1 parent 223c2c0 commit 91e83cb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/job-deploy-windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,6 @@ jobs:
375375
fi
376376
az account set --subscription "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
377377
378-
# Upload team configurations and index sample data in one step
379-
# Automatically select "6" (All use cases) for non-interactive deployment
380-
echo "6" | bash infra/scripts/selecting_team_config_and_data.sh
381378
# Run the unified post-deploy script non-interactively.
382379
# --use-case 7 installs all use cases; --resource-group enables fallbacks
383380
# to deployment outputs / naming-convention if azd env values are missing.

0 commit comments

Comments
 (0)