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

Fix #237: nodejs tarball was included in release

parent 76f1df6a
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ before_deploy:
- wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x64.tar.gz
- tar xzf node-${NVER}-linux-x64.tar.gz
- mv node-${NVER}-linux-x64 node
- rm node-${NVER}-linux-x64.tar.gz
# Clean testing packages
- npm prune --production
- tar czf ../ucoin.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment