ci: switch to apt-get with 360 seconds timeout
This commit is contained in:
parent
d8aafe081f
commit
a855a6e70c
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@ -78,8 +78,8 @@ jobs:
|
||||
sleep 1s
|
||||
done
|
||||
|
||||
ssh root@$IP "apt update"
|
||||
ssh root@$IP "apt install -y podman qemu-system-x86"
|
||||
ssh root@$IP "apt-get -o DPkg::Lock::Timeout=360 update"
|
||||
ssh root@$IP "apt-get -o DPkg::Lock::Timeout=360 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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user