From ef4282b348d49f0bb5b749ae1db27e6d44a366b2 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Sat, 10 Sep 2022 17:13:25 +0100 Subject: [PATCH] use prebuilt image for docs --- .woodpecker.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 955bbe7fd..79bb674ea 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -172,12 +172,8 @@ pipeline: - SCW_DEFAULT_ORGANIZATION_ID environment: CI: "true" - image: python:3.10-slim + image: akkoma/docs-builder commands: - - apt-get update && apt-get install -y rclone wget git 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 - ./scaleway-cli object config install type=rclone - cd docs - pip install -r requirements.txt