summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-08-12 15:29:39 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-13 00:57:40 -0500
commit2cf3c1c31a80d2827c179535362de111ffa72404 (patch)
tree38c5744cf22be53981860dcaa38e44bf2a1198f5 /scripts
parent1392cad8956c490b5ba6106678ab16d790662148 (diff)
downloadgitlab-ce-2cf3c1c31a80d2827c179535362de111ffa72404.tar.gz
Update phantomjs link
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prepare_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index c1ee808e75d..388c1a4dafb 100755
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -22,7 +22,7 @@ if [ -f /.dockerenv ] || [ -f ./dockerinit ]; then
pushd vendor/apt
PHANTOMJS_FILE="phantomjs-$PHANTOMJS_VERSION-linux-x86_64"
if [ ! -d "$PHANTOMJS_FILE" ]; then
- curl -q -L "https://gitlab.com/iamphill/phantomjs/raw/master/$PHANTOMJS_FILE.tar.bz2" | tar jx
+ curl -q -L "https://s3.amazonaws.com/gitlab-build-helpers/phantomjs-2.1.1-linux-x86_64.tar.bz2" | tar jx
fi
cp "$PHANTOMJS_FILE/bin/phantomjs" "/usr/bin/"
popd