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