projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f376eb7
)
Revert "use prebuilt image for docs"
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Sat, 10 Sep 2022 20:08:22 +0000
(21:08 +0100)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Sat, 10 Sep 2022 20:08:22 +0000
(21:08 +0100)
This reverts commit
ef4282b348d49f0bb5b749ae1db27e6d44a366b2
.
.woodpecker.yml
patch
|
blob
|
history
diff --git
a/.woodpecker.yml
b/.woodpecker.yml
index fd4ccb72a9f2b18d3fb8807d52c9dd2590795670..32db2f1c5a8c160033e4df0833dc2e0e2cc09918 100644
(file)
--- 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