summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/prepare_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index 07bbf901ad0..f9bf2238ab6 100644
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -1,6 +1,6 @@
. scripts/utils.sh
-wget -q https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip
+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}