Pin version in command, because of pipx
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
Brain 2023-05-02 18:35:35 +02:00
parent f397bd3ae3
commit d2cc570bf3
Signed by: Brain
GPG Key ID: 9CF47083EE57670D
1 changed files with 4 additions and 4 deletions

View File

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