From 2cf3c1c31a80d2827c179535362de111ffa72404 Mon Sep 17 00:00:00 2001
From: Alfredo Sumaran <alfredo@gitlab.com>
Date: Fri, 12 Aug 2016 15:29:39 -0500
Subject: Update phantomjs link

---
 scripts/prepare_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts')

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
-- 
cgit v1.2.1