diff options
author | Phil Hughes <me@iamphill.com> | 2016-08-11 18:09:17 +0100 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-08-13 00:57:40 -0500 |
commit | 59955fbbbd5f807654e0861f49b182f27654d4cc (patch) | |
tree | 757594f76d4ad37bc2d78ae499c5c72f6617016c /scripts | |
parent | f668da11cb225a9b2c2f1d3ba9d1e9fb2797d4f9 (diff) | |
download | gitlab-ce-59955fbbbd5f807654e0861f49b182f27654d4cc.tar.gz |
Used mirrored version on GitLab
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepare_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index e6a673c94e9..c1ee808e75d 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://bitbucket.org/ariya/phantomjs/downloads/$PHANTOMJS_FILE.tar.bz2" | tar jx + curl -q -L "https://gitlab.com/iamphill/phantomjs/raw/master/$PHANTOMJS_FILE.tar.bz2" | tar jx fi cp "$PHANTOMJS_FILE/bin/phantomjs" "/usr/bin/" popd |