Skip to content

Commit 828077f

Browse files
committed
On branch edburns/ibm-1158-ihs-image
modified: .github/workflows/twas-ndBuild.yml Test Azure/azure-javaee-iaas#41. Signed-off-by: Ed Burns <[email protected]>
1 parent eed10d8 commit 828077f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/twas-ndBuild.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
140140
inlineScript: |
141141
echo "query public ip"
142142
publicIP=$(az vm show \

0 commit comments

Comments
 (0)