Skip to content

Commit

Permalink
use correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Jul 19, 2023
1 parent 916b82f commit 8d2f3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d2f3f7

Please sign in to comment.