From a6d4fe362c5e1b8f36ac84f5b9500bfb276be02a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 16 May 2023 13:48:56 +0000 Subject: [PATCH] ci: update repos --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7ebe57d..771e3f8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -81,6 +81,7 @@ jobs: ssh root@$IP "systemctl disable apt-daily.timer apt-daily-upgrade.timer" ssh root@$IP "systemctl stop apt-daily.service apt-daily-upgrade.service" + ssh root@$IP "apt-get update" ssh root@$IP "apt-get install -y podman qemu-system-x86" ssh root@$IP "useradd --shell /bin/bash user && mkdir -p /home/user/.ssh && cp /root/.ssh/authorized_keys /home/user/.ssh/ && chown -R user:user /home/user"