Skip to content
Snippets Groups Projects
Commit 536ea1c3 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Travis: fix too much verbose

parent 95a4fdd0
No related branches found
No related tags found
No related merge requests found
...@@ -54,9 +54,9 @@ before_deploy: ...@@ -54,9 +54,9 @@ before_deploy:
- git clone https://github.com/ucoin-io/debpkg.git duniter - git clone https://github.com/ucoin-io/debpkg.git duniter
- mkdir -p duniter/opt/duniter/ - mkdir -p duniter/opt/duniter/
- cd ucoin_release/sources - cd ucoin_release/sources
- zip -r ../duniter-desktop.nw * - zip -qr ../duniter-desktop.nw *
- cd ../nw - cd ../nwK
- zip -r ../nw.nwb * - zip -qr ../nw.nwb *
- cd ../.. - cd ../..
- mv ucoin_release/duniter-desktop.nw duniter/opt/duniter/ - mv ucoin_release/duniter-desktop.nw duniter/opt/duniter/
- mv ucoin_release/nw.nwb duniter/opt/duniter/ - mv ucoin_release/nw.nwb duniter/opt/duniter/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment