From 8d2f3f783b8f12963ea7236c9da915ac64af3ea6 Mon Sep 17 00:00:00 2001 From: sayan goswami Date: Wed, 19 Jul 2023 16:19:09 +0530 Subject: [PATCH] use correct version --- bin/ci/before_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ci/before_install.sh b/bin/ci/before_install.sh index d9a06eed8..cfa675b88 100755 --- a/bin/ci/before_install.sh +++ b/bin/ci/before_install.sh @@ -50,8 +50,8 @@ if [[ "$JENKINS_HOME" ]]; then # echo "FINAL_VERSION=$VERSION" # Download driver wget -N https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${CHROMEDRIVER_VERSION}/linux64/chromedriver-linux64.zip -P ~/ - unzip ~/chromedriver_linux64.zip -d ~/ - rm ~/chromedriver_linux64.zip + unzip ~/chromedriver-linux64.zip -d ~/ + rm ~/chromedriver-linux64.zip mv -f ~/chromedriver /usr/local/share/ chmod +x /usr/local/share/chromedriver ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver