Skip to content

Commit 313c5ff

Browse files
fix post deployment script in job-deploy-linus.yml pipeline
1 parent eab4db6 commit 313c5ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)