From 3f81586ef0ab20533b8da1213bd9f60e1786dbaa Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 21 Jun 2017 09:44:35 -0700 Subject: Remove unnecessary ChromeDriver --- scripts/prepare_build.sh | 3 --- 1 file changed, 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" -- cgit v1.2.1