diff options
| author | Stan Hu <stanhu@gmail.com> | 2017-06-16 23:25:48 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2017-06-16 23:25:48 -0700 |
| commit | 74fbc694de9a9cfe8a048c3c8d937f8e7068ce21 (patch) | |
| tree | 3a4d3c09d8417baa4f557f7298508bf810795823 | |
| parent | 5854ab2f7da76804a3221d962979cab67aef65c4 (diff) | |
| download | gitlab-ce-74fbc694de9a9cfe8a048c3c8d937f8e7068ce21.tar.gz | |
Bump ChromeDriver to 2.30
| -rw-r--r-- | 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 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} |
