From: FloatingGhost Date: Sat, 10 Sep 2022 16:13:25 +0000 (+0100) Subject: use prebuilt image for docs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ef4282b348d49f0bb5b749ae1db27e6d44a366b2;p=akkoma use prebuilt image for docs --- 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