Skip to content

Commit

Permalink
shell(bash): remove from each step except defautl setting
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Jan 9, 2024
1 parent 1912125 commit 730cb6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions exercises-dev/.github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,15 @@ jobs:
run: |
chmod +x $GITHUB_WORKSPACE/az-scripts/setupSelfHostedRunner.sh
$GITHUB_WORKSPACE/az-scripts/setupSelfHostedRunner.sh
shell: bash
if: ${{ env.skipSelfHostedSetup == 'false' }}

- name: Install PowerShell
run: |
chmod +x $GITHUB_WORKSPACE/az-scripts/installPowerShell.sh
$GITHUB_WORKSPACE/az-scripts/installPowerShell.sh
shell: bash
if: ${{ env.skipSelfHostedSetup == 'false' }}

# Authenticate to Azure tenant using the Azure login action (OIDC)
# Authenticate to Azure tenant using the Azure login action (OIDC)
- name: Authenticate to Azure with OIDC
uses: azure/login@v1
with:
Expand Down

0 comments on commit 730cb6c

Please sign in to comment.