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

Fix: replace node x64 by x86

parent ae4e91b7
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ before_deploy: ...@@ -26,6 +26,7 @@ before_deploy:
# Clean testing packages # Clean testing packages
- npm prune --production - npm prune --production
- tar czf ../ucoin.64bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" --exclude "node-${NVER}-linux-x86.tar.gz" --exclude "node-${NVER}-linux-x86" - tar czf ../ucoin.64bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" --exclude "node-${NVER}-linux-x86.tar.gz" --exclude "node-${NVER}-linux-x86"
- rm -Rf node
- mv node-${NVER}-linux-x86 node - mv node-${NVER}-linux-x86 node
- rm node-${NVER}-linux-x86.tar.gz - rm node-${NVER}-linux-x86.tar.gz
- tar czf ../ucoin.32bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" - tar czf ../ucoin.32bits.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