This commit is contained in:
parent
fecff96604
commit
2188284507
1 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,11 @@ steps:
|
||||||
package_prod:
|
package_prod:
|
||||||
image: node
|
image: node
|
||||||
commands:
|
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
|
- yarn package
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
@ -47,6 +52,11 @@ steps:
|
||||||
package_stage:
|
package_stage:
|
||||||
image: node
|
image: node
|
||||||
commands:
|
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
|
- yarn package
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Reference in a new issue