Skip to content

Commit eed10d8

Browse files
authored
Test mitigation for ibm-1158
1 parent 7dfc93b commit eed10d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ihsBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ jobs:
134134
chmod a+x deploy.azcli
135135
./deploy.azcli -n testDeployment -g ${{ env.testResourceGroup }} -l ${{ env.location }}
136136
- name: Query public IP of VM
137-
uses: azure/CLI@v1
137+
uses: azure/CLI@v2
138138
with:
139-
azcliversion: ${{ env.azCliVersion }}
139+
azcliversion: 2.74.0 # testing https://github.com/Azure/azure-javaee-iaas/pull/41 ${{ env.azCliVersion }}
140140
inlineScript: |
141141
echo "query public ip"
142142
publicIP=$(az vm show \

0 commit comments

Comments
 (0)