summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-11-29 13:44:19 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-11-29 13:44:19 +0200
commitbb6ce2bb10734cfc45e488378acaa17000fdacc2 (patch)
tree884dd6cb4476a6bd607882885b6a065d8d9ed869
parent7d6323a9d4ada6be6c00f7d160b366219952f77f (diff)
downloadgitlab-ce-phantomjs.tar.gz
Test using a 1.9.8 phantomjs version built with fpmphantomjs
https://gitlab.com/axil/phantomjs-debian
-rwxr-xr-xscripts/prepare_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index 5ff4d7fa76a..119cc90fc1e 100755
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -f /.dockerinit ]; then
- wget -q http://ftp.de.debian.org/debian/pool/main/p/phantomjs/phantomjs_2.0.0+dfsg-1_amd64.deb
- dpkg -i phantomjs_2.0.0+dfsg-1_amd64.deb
+ wget -q https://gitlab.com/axil/phantomjs-debian/raw/master/phantomjs_1.9.8-0jessie_amd64.deb
+ dpkg -i phantomjs_1.9.8-0jessie_amd64.deb
apt-get update -qq
apt-get install -y -qq libicu-dev libkrb5-dev cmake nodejs postgresql-client mysql-client