Skip to content
Snippets Groups Projects
Commit 2f456797 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #53508 add execute permission on phantomjs

parent 9e6a62d5
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!1997Dev#53508 ci with docker,!1917[WIP] Hotline#50082 mixed records links in loans list
Pipeline #256 failed with stage
in 22 minutes and 8 seconds
......@@ -33,6 +33,7 @@ mkdir /tmp/phantomjs \
&& curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 \
| tar -xj --strip-components=1 -C /tmp/phantomjs \
&& mv /tmp/phantomjs/bin/phantomjs /usr/local/bin \
&& chmod +x /usr/local/bin/phantomjs \
&& rm -rf /tmp/phantomjs
# data preparation
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment