Skip to content
Snippets Groups Projects
Commit 7db940cc authored by David Hoksza's avatar David Hoksza
Browse files

phantom-js installation

parent ee998a75
No related branches found
No related tags found
No related merge requests found
Pipeline #42615 failed
......@@ -2,6 +2,13 @@
rm -r node_modules
#The following installation of phantom.js is required because there is some sort of error in new node-sass and node installation of phantom.js fails.
# Some node version seem to capture that problem and do the following themselves, but don't and error in phantom.js installation results
# in failing of the build step of the CI/CD.
sudo wget https://github.com/Medium/phantomjs/releases/download/v1.9.19/phantomjs-1.9.8-linux-x86_64.tar.bz2
sudo tar xjf phantomjs-1.9.8-linux-x86_64.tar.bz2
PATH=/plugin/phantomjs-1.9.8-linux-x86_64/bin/:$PATH
npm install
npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment