From e8554e7c4a3936b02104847cc91c4982887eecdb Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 12 May 2023 11:27:30 +0000 Subject: [PATCH] Test --- .github/workflows/images-debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/images-debian.yml b/.github/workflows/images-debian.yml index bf62af8..16af6aa 100644 --- a/.github/workflows/images-debian.yml +++ b/.github/workflows/images-debian.yml @@ -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