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

Fix: wrong node.js archive

parent a71f1a1f
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ after_script:
# Download & embed Nodejs binary
- NVER=`node -v`
- wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x64.tar.gz
- tar czf node-${NVER}-linux-x64.tar.gz
- tar xzf node-${NVER}-linux-x64.tar.gz
- mv node-${NVER}-linux-x64 node
# Clean testing packages
- npm prune --production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment