User: search: exclude deactivated users from user search
[akkoma] / .woodpecker.yml
index 79bb674ea33378d2d0a5e3d00876f3f15baf13d6..32db2f1c5a8c160033e4df0833dc2e0e2cc09918 100644 (file)
@@ -112,7 +112,7 @@ pipeline:
       - /bin/sh /entrypoint.sh
 
   debian-bullseye:
-    image: akkoma/debian
+    image: elixir:1.13.4
     <<: *on-release
     environment:
       MIX_ENV: prod
@@ -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