Pin version in command, because of pipx
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
This commit is contained in:
parent
f397bd3ae3
commit
d2cc570bf3
@ -18,7 +18,7 @@ steps:
|
|||||||
- apk add imagemagick
|
- apk add imagemagick
|
||||||
- python3 -m pip install --user pipx
|
- python3 -m pip install --user pipx
|
||||||
- export PATH=/root/.local/bin:$PATH
|
- export PATH=/root/.local/bin:$PATH
|
||||||
- pipx install -r requirements.txt
|
- pipx install lektor==3.3.8
|
||||||
- lektor build
|
- lektor build
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -40,7 +40,7 @@ steps:
|
|||||||
- apk add imagemagick
|
- apk add imagemagick
|
||||||
- python3 -m pip install --user pipx
|
- python3 -m pip install --user pipx
|
||||||
- export PATH=/root/.local/bin:$PATH
|
- export PATH=/root/.local/bin:$PATH
|
||||||
- pipx install -r requirements.txt
|
- pipx install lektor==3.3.8
|
||||||
- lektor build
|
- lektor build
|
||||||
- apk add rsync openssh
|
- apk add rsync openssh
|
||||||
- mkdir ~/.ssh
|
- mkdir ~/.ssh
|
||||||
@ -58,7 +58,7 @@ steps:
|
|||||||
- apk add imagemagick
|
- apk add imagemagick
|
||||||
- python3 -m pip install --user pipx
|
- python3 -m pip install --user pipx
|
||||||
- export PATH=/root/.local/bin:$PATH
|
- export PATH=/root/.local/bin:$PATH
|
||||||
- pipx install -r requirements.txt
|
- pipx install lektor==3.3.8
|
||||||
- lektor build
|
- lektor build
|
||||||
- apk add rsync openssh
|
- apk add rsync openssh
|
||||||
- mkdir ~/.ssh
|
- mkdir ~/.ssh
|
||||||
@ -70,6 +70,6 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 66999f5600b38fb6336d3e05ea854c9f079d5ba2ccbc09182cbcef84b464051b
|
hmac: a04843afc36b75a13b62544539985bbf077d27f55d482737a3a20b33163d4eb9
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user