Skip to content

Commit

Permalink
Pin AzCLI version per #15
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseloudon authored Nov 3, 2021
1 parent 8cceec0 commit afdfe2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Bicep-CD-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
continue-on-error: true
uses: azure/CLI@v1
with:
azcliversion: 2.29.2
inlineScript: |
az deployment sub create -f ./Bicep/modules/sub_main.bicep -l australiaeast -p ./Bicep/modules/sub_main_params.json -o none
- name: Sleep for 30s
Expand All @@ -49,6 +50,7 @@ jobs:
if: ${{ steps.bicepCD.outcome == 'failure' && steps.bicepCD.conclusion == 'success' }}
uses: azure/CLI@v1
with:
azcliversion: 2.29.2
inlineScript: |
az deployment sub create -f ./Bicep/modules/sub_main.bicep -l australiaeast -p ./Bicep/modules/sub_main_params.json -o none
Expand All @@ -66,6 +68,7 @@ jobs:
continue-on-error: true
uses: azure/CLI@v1
with:
azcliversion: 2.29.2
inlineScript: |
az deployment mg create -f ./Bicep/modules/mg_main.bicep -l australiaeast -m production -p ./Bicep/modules/mg_main_params.json -o none
- name: Sleep for 30s
Expand All @@ -77,5 +80,6 @@ jobs:
if: ${{ steps.bicepCD.outcome == 'failure' && steps.bicepCD.conclusion == 'success' }}
uses: azure/CLI@v1
with:
azcliversion: 2.29.2
inlineScript: |
az deployment mg create -f ./Bicep/modules/mg_main.bicep -l australiaeast -m production -p ./Bicep/modules/mg_main_params.json -o none

0 comments on commit afdfe2d

Please sign in to comment.