Fix Drone build #176

Merged
Brain merged 5 commits from fix-drone-build into main 2023-05-02 23:01:12 +02:00
Showing only changes of commit f397bd3ae3 - Show all commits

View File

@ -18,7 +18,7 @@ steps:
- apk add imagemagick
- python3 -m pip install --user pipx
- export PATH=/root/.local/bin:$PATH
- pipx install lektor
- pipx install -r requirements.txt
- lektor build
---
@ -40,7 +40,7 @@ steps:
- apk add imagemagick
- python3 -m pip install --user pipx
- export PATH=/root/.local/bin:$PATH
- pipx install lektor
- pipx install -r requirements.txt
- lektor build
- apk add rsync openssh
- mkdir ~/.ssh
@ -58,7 +58,7 @@ steps:
- apk add imagemagick
- python3 -m pip install --user pipx
- export PATH=/root/.local/bin:$PATH
- pipx install lektor
- pipx install -r requirements.txt
- lektor build
- apk add rsync openssh
- mkdir ~/.ssh
@ -70,6 +70,6 @@ steps:
---
kind: signature
hmac: 0d28bd52da692fb47e34b3fcb103df15005109a7cdaee3ea4a8a76a605660017
hmac: 66999f5600b38fb6336d3e05ea854c9f079d5ba2ccbc09182cbcef84b464051b
...