1
0
Fork 0
master
dump_stack() 2023-05-12 11:27:30 +00:00
parent 39d7adc72f
commit e8554e7c4a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ jobs:
ssh root@$IP systemctl start images-debian --no-block
sleep 1h
while ssh root@$IP systemctl status images-debian; [[ $ret == 3 ]]; do
sleep 1m
done