From: FloatingGhost Date: Sat, 10 Sep 2022 20:08:22 +0000 (+0100) Subject: Revert "use prebuilt image for docs" X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=dfba26a09c7def7c15135aa8cae1b91e40106bd3;p=akkoma Revert "use prebuilt image for docs" This reverts commit ef4282b348d49f0bb5b749ae1db27e6d44a366b2. --- diff --git a/.woodpecker.yml b/.woodpecker.yml index fd4ccb72a..32db2f1c5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -172,8 +172,12 @@ pipeline: - SCW_DEFAULT_ORGANIZATION_ID environment: CI: "true" - image: akkoma/docs-builder + image: python:3.10-slim 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