Skip to content

Commit

Permalink
Workflow: verbose az output; specify preview download
Browse files Browse the repository at this point in the history
  • Loading branch information
violine1101 authored Sep 3, 2024
1 parent 44d1c2a commit 0e91e7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:
with:
azcliversion: latest
inlineScript: |
az config set extension.dynamic_install_allow_preview=true
echo Opening tunnel
az network bastion tunnel --name $BASTION_NAME --resource-group $RESOURCE_GROUP --target-resource-id $RESOURCE_ID --resource-port 22 --port 50022 &
az network bastion tunnel --name $BASTION_NAME --resource-group $RESOURCE_GROUP --target-resource-id $RESOURCE_ID --resource-port 22 --port 50022 --debug &
echo Wait for bastion tunnel to open
az network bastion wait --created --name $BASTION_NAME --resource-group $RESOURCE_GROUP
az network bastion wait --created --name $BASTION_NAME --resource-group $RESOURCE_GROUP --debug
ARGS="-avh --delete"
USERNAME=risa
Expand Down

0 comments on commit 0e91e7a

Please sign in to comment.