This commit is contained in:
parent
2188284507
commit
3093ee9e11
1 changed files with 4 additions and 2 deletions
|
@ -30,7 +30,8 @@ steps:
|
|||
- apt install unzip -y
|
||||
- wget https://github.com/xerub/ldid/releases/download/42/ldid.zip
|
||||
- unzip ldid.zip
|
||||
- cp linux64/ldid /opt/ldid
|
||||
- mkdir /opt/ldid/
|
||||
- cp linux64/ldid /opt/ldid/
|
||||
- export PATH=/opt/ldid:$PATH
|
||||
- yarn package
|
||||
when:
|
||||
|
@ -55,7 +56,8 @@ steps:
|
|||
- apt install unzip -y
|
||||
- wget https://github.com/xerub/ldid/releases/download/42/ldid.zip
|
||||
- unzip ldid.zip
|
||||
- cp linux64/ldid /opt/ldid
|
||||
- mkdir /opt/ldid/
|
||||
- cp linux64/ldid /opt/ldid/
|
||||
- export PATH=/opt/ldid:$PATH
|
||||
- yarn package
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue