Skip to content

Commit

Permalink
Optimistically remove pubkey wait
Browse files Browse the repository at this point in the history
  • Loading branch information
chkimes committed Apr 3, 2024
1 parent 7094429 commit 01caedd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-azure/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ trap 'cleanup' EXIT
IP_ADDR=$(cat create.log | jq -r .publicIpAddress | tail -n 1)
echo "VM created with IP address: $IP_ADDR"

echo "Waiting for public key to load into VM..."
sleep 60

echo "Copying files to VM..."
scp -r -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa "$SCRIPTPATH/../initramfs" azureuser@$IP_ADDR:
scp -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa "$SCRIPTPATH/build-vm.sh" azureuser@$IP_ADDR:
Expand Down

0 comments on commit 01caedd

Please sign in to comment.