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

Travis: fix error on release number

parent 355ef580
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ before_deploy:
- git clone https://github.com/ucoin-io/debpkg.git duniter-x64
- mkdir -p duniter-x64/opt/duniter/
- chmod 775 duniter-x64/DEBIAN/post*
- sed -i "s/Version:.*/Version: $DUNITER_VER/g" DEBIAN/control
- sed -i "s/Version:.*/Version: $DUNITER_VER/g" duniter-x64/DEBIAN/control
- cd ucoin_release/sources
- rm -Rf .git
- zip -qr ../duniter-desktop.nw *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment