From 01caedd2e5656f6f944c8f31c7dac87832069f38 Mon Sep 17 00:00:00 2001 From: Chad Kimes Date: Wed, 3 Apr 2024 16:46:11 +0000 Subject: [PATCH] Optimistically remove pubkey wait --- build-azure/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-azure/build.sh b/build-azure/build.sh index e5f6b62..d6252a3 100755 --- a/build-azure/build.sh +++ b/build-azure/build.sh @@ -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: