Skip to content

Commit 906f7d0

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,10 @@ 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/selecting_team_config_and_data.sh "${{ inputs.RESOURCE_GROUP_NAME }}"
192-
191+
# Run PowerShell script with 'All' use case automatically selected
192+
# Provide two inputs: '1' for keeping current subscription, '5' for All use cases
193+
echo -e "1\n5" | pwsh -File infra/scripts/Selecting-Team-Config-And-Data.ps1 -ResourceGroup "${{ env.RESOURCE_GROUP_NAME }}"
194+
193195
- name: Generate Deployment Summary
194196
if: always()
195197
shell: bash

0 commit comments

Comments
 (0)