Skip to content

Commit

Permalink
Bug fix: TMMA-482: Update URL for downloading compatible chromedriver…
Browse files Browse the repository at this point in the history
… for later versions of chrome
  • Loading branch information
asset-web committed Nov 10, 2023
1 parent 2927146 commit 590a75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ def make_virtualenv(env="dev", configure_apache=False, clone_repo=False, branch=
caller('wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/' + version + '/linux64/chrome-linux64.zip')
caller('ls -l')
caller('rm -f chromedriver')
caller('unzip -o chromedriver_linux64.zip')
caller('unzip -o chrome-linux64.zip')
caller('ls -l')
caller('rm chromedriver_linux64.zip*')
caller('rm chrome-linux64.zip*')
caller('ls -l')


Expand Down

0 comments on commit 590a75a

Please sign in to comment.