1
0

Compare commits

...

1 Commits

Author SHA1 Message Date
5c40f8d4a4
ci: wait for cloud-init to finish 2024-10-17 17:30:11 +00:00
2 changed files with 2 additions and 4 deletions

View File

@ -40,8 +40,7 @@ jobs:
sleep 1s sleep 1s
done done
sleep 5m ssh root@$IP "cloud-init status --wait"
ssh root@$IP pkill apt-get || true
ssh root@$IP apt-get update ssh root@$IP apt-get update
ssh root@$IP apt-get install -y git podman s3cmd ssh root@$IP apt-get install -y git podman s3cmd

View File

@ -40,8 +40,7 @@ jobs:
sleep 1s sleep 1s
done done
sleep 5m ssh root@$IP "cloud-init status --wait"
ssh root@$IP pkill apt-get || true
ssh root@$IP apt-get update ssh root@$IP apt-get update
ssh root@$IP apt-get install -y git podman s3cmd ssh root@$IP apt-get install -y git podman s3cmd