mirror of
https://github.com/internetee/registry.git
synced 2025-06-13 16:14:47 +02:00
Update chromedriver
This commit is contained in:
parent
5433032330
commit
96861c6c19
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ env:
|
||||||
- DB=postgresql
|
- DB=postgresql
|
||||||
bundler_args: --without development staging production
|
bundler_args: --without development staging production
|
||||||
before_install:
|
before_install:
|
||||||
- "wget -N http://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip -P ~/"
|
- "wget -N http://chromedriver.storage.googleapis.com/2.43/chromedriver_linux64.zip -P ~/"
|
||||||
- "unzip ~/chromedriver_linux64.zip -d ~/"
|
- "unzip ~/chromedriver_linux64.zip -d ~/"
|
||||||
- "rm ~/chromedriver_linux64.zip"
|
- "rm ~/chromedriver_linux64.zip"
|
||||||
- "sudo mv -f ~/chromedriver /usr/local/share/"
|
- "sudo mv -f ~/chromedriver /usr/local/share/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue