mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 06:33:28 +00:00
Fix Travis release
Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
parent
57fc26c0f7
commit
df797cdc2c
@ -8,16 +8,13 @@ script:
|
|||||||
- node --version
|
- node --version
|
||||||
- npm --version
|
- npm --version
|
||||||
- npm run ci
|
- npm run ci
|
||||||
|
- npm run build:standalone
|
||||||
|
- npm run build:installer
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script:
|
script: npm run release
|
||||||
- node --version
|
|
||||||
- npm --version
|
|
||||||
- npm run build:standalone
|
|
||||||
- npm run build:installer
|
|
||||||
- npm run release
|
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
Loading…
Reference in New Issue
Block a user