ci: Force sleep for 5 minutes before install dependencies.
continuous-integration/drone/push Build is failing Details

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2024-04-17 16:11:48 +08:00
parent de632d3590
commit ebc6949358
Signed by: imi415
GPG Key ID: DB982239424FF8AC
1 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,8 @@ steps:
environment:
DEBIAN_FRONTEND: noninteractive
commands:
- echo "Sleep 5 minutes to overcome the unattended-upgrades"
- sleep 300
- apt-get update
- apt-get install -y sed make binutils build-essential diffutils gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc findutils wget
@ -79,8 +81,10 @@ steps:
environment:
DEBIAN_FRONTEND: noninteractive
commands:
- apt-get update
- apt-get install -y sed make binutils build-essential diffutils gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc findutils wget
- echo "Sleep 5 minutes to overcome the unattended-upgrades"
- sleep 300
- apt-get update
- apt-get install -y sed make binutils build-essential diffutils gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc findutils wget
- name: patch defconfig
environment: