Add ldid utility
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ethan Lane 2024-04-15 18:42:03 +01:00
parent fecff96604
commit 2188284507

View file

@ -27,6 +27,11 @@ steps:
package_prod:
image: node
commands:
- apt install unzip -y
- wget https://github.com/xerub/ldid/releases/download/42/ldid.zip
- unzip ldid.zip
- cp linux64/ldid /opt/ldid
- export PATH=/opt/ldid:$PATH
- yarn package
when:
event: tag
@ -47,6 +52,11 @@ steps:
package_stage:
image: node
commands:
- apt install unzip -y
- wget https://github.com/xerub/ldid/releases/download/42/ldid.zip
- unzip ldid.zip
- cp linux64/ldid /opt/ldid
- export PATH=/opt/ldid:$PATH
- yarn package
when:
event: push