Skip to content

Commit

Permalink
Update Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed May 31, 2016
1 parent f94dfc1 commit bf83393
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -47,4 +47,4 @@ deploy:
- /home/travis/build/duniter-${TRAVIS_TAG}-${TRAVIS_OS_NAME}-x64.tar.gz
on:
repo: duniter/duniter
tags: true
tags: false
4 changes: 2 additions & 2 deletions ci/arm/make_arm_deb_package.sh
Expand Up @@ -24,8 +24,8 @@ echo $SRC
cd ..
mkdir -p duniter_release/sources
cp -R ${SRC}/* duniter_release/sources/
rm -Rf duniter_release/sources/ui/node_modules
rm -Rf duniter_release/sources/ui/bower_components
rm -Rf duniter_release/sources/web-ui/node_modules
rm -Rf duniter_release/sources/web-ui/bower_components

# Creating DEB packaging
mv duniter_release/sources/ci/travis/debian duniter-${ARCH}
Expand Down
7 changes: 4 additions & 3 deletions ci/travis/before_deploy.sh
Expand Up @@ -15,7 +15,8 @@ if [[ ! -f before_deploy ]]; then
cd gh_duniter

# Install UI
cd ui
cd web-ui
git submodule init
git submodule update
npm install
cd ..
Expand Down Expand Up @@ -43,8 +44,8 @@ if [[ ! -f before_deploy ]]; then
mv ${NW} ucoin_release/nw
cp ${SRC}/gui/* ucoin_release/nw/
cp -R ${SRC}/ ucoin_release/sources/
rm -Rf ucoin_release/sources/ui/node_modules
rm -Rf ucoin_release/sources/ui/bower_components
rm -Rf ucoin_release/sources/web-ui/node_modules
rm -Rf ucoin_release/sources/web-ui/bower_components
cd ucoin_release
tar czf ../duniter-x64.tar.gz * --exclude ".git" --exclude "coverage" --exclude "test"
cd ..
Expand Down

0 comments on commit bf83393

Please sign in to comment.