summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-06-21 09:44:35 -0700
committerStan Hu <stanhu@gmail.com>2017-06-21 09:44:35 -0700
commit3f81586ef0ab20533b8da1213bd9f60e1786dbaa (patch)
treeb6db4b68b9ffe6456d3189fd76030b11b7fc8997
parent0f943c941bf0c7abc0358598f4a323b031bcca80 (diff)
downloadgitlab-ce-sh-headless-chrome-support.tar.gz
Remove unnecessary ChromeDriversh-headless-chrome-support
-rw-r--r--scripts/prepare_build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index f9bf2238ab6..03de59f27ad 100644
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -1,8 +1,5 @@
. scripts/utils.sh
-wget -q https://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip
-unzip chromedriver_linux64.zip -d /usr/local/bin
-
export SETUP_DB=${SETUP_DB:-true}
export USE_BUNDLE_INSTALL=${USE_BUNDLE_INSTALL:-true}
export BUNDLE_INSTALL_FLAGS="--without production --jobs $(nproc) --path vendor --retry 3 --quiet"