Use requirements.txt with Drone

This commit is contained in:
Brain 2023-05-02 18:25:01 +02:00
parent 6e2ae70b1b
commit f397bd3ae3
Signed by untrusted user: Brain
GPG Key ID: 9CF47083EE57670D

View File

@ -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 lektor - pipx install -r requirements.txt
- 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 lektor - pipx install -r requirements.txt
- 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 lektor - pipx install -r requirements.txt
- 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: 0d28bd52da692fb47e34b3fcb103df15005109a7cdaee3ea4a8a76a605660017 hmac: 66999f5600b38fb6336d3e05ea854c9f079d5ba2ccbc09182cbcef84b464051b
... ...