File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 set -e
178178 az account set --subscription "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
179179
180- # Set environment variables for team_config_and_data .sh
180+ # Set environment variables for selecting_team_config_and_data .sh
181181 export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
182182 export AZURE_RESOURCE_GROUP="${{ inputs.RESOURCE_GROUP_NAME }}"
183183 export BACKEND_URL="${{ steps.get_output_linux.outputs.BACKEND_URL }}"
@@ -188,7 +188,7 @@ jobs:
188188 export AZURE_ENV_NAME="${{ steps.get_output_linux.outputs.AZURE_ENV_NAME }}"
189189
190190 # Upload team configurations and index sample data in one step
191- bash infra/scripts/team_config_and_data .sh "${{ inputs.RESOURCE_GROUP_NAME }}"
191+ bash infra/scripts/selecting_team_config_and_data .sh "${{ inputs.RESOURCE_GROUP_NAME }}"
192192
193193 - name : Generate Deployment Summary
194194 if : always()
You can’t perform that action at this time.
0 commit comments