From 01c4aec4f32c7257a7b5817c4c03ef3608712e64 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Wed, 15 Jun 2022 18:01:22 +0100 Subject: [PATCH] run update first --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 73665e81..c882fea9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -39,7 +39,7 @@ pipeline: - SCW_SECRET_KEY - SCW_DEFAULT_ORGANIZATION_ID commands: - - apt-get install -y rclone wget zip + - apt-get update && apt-get install -y rclone wget zip - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli - chmod +x scaleway-cli