From b310b29670583125384a31f8d86cef3ccefab85f Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 12 May 2023 12:29:01 +0000 Subject: [PATCH] =?UTF-8?q?Sleep=20is=20more=20error-prone=20=C2=AF\=5F(?= =?UTF-8?q?=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/images-debian.yml | 2 +- .github/workflows/images-oraclelinux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images-debian.yml b/.github/workflows/images-debian.yml index 0a9b910..b27ea9a 100644 --- a/.github/workflows/images-debian.yml +++ b/.github/workflows/images-debian.yml @@ -34,7 +34,7 @@ jobs: sleep 1s done - ssh root@$IP "rm /etc/apt/apt.conf.d/*upgrades*" + sleep 5m ssh root@$IP pkill apt-get || true ssh root@$IP apt-get update diff --git a/.github/workflows/images-oraclelinux.yml b/.github/workflows/images-oraclelinux.yml index 4d79b4c..555c2b3 100644 --- a/.github/workflows/images-oraclelinux.yml +++ b/.github/workflows/images-oraclelinux.yml @@ -34,7 +34,7 @@ jobs: sleep 1s done - ssh root@$IP "rm /etc/apt/apt.conf.d/*upgrades*" + sleep 5m ssh root@$IP pkill apt-get || true ssh root@$IP apt-get update