mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Of course | is part of YAML syntax, of course...
Maybe this works.
This commit is contained in:
@@ -7,7 +7,9 @@ addons:
|
|||||||
chrome: stable
|
chrome: stable
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- latest=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE) | wget https://chromedriver.storage.googleapis.com/$latest/chromedriver_linux64.zip
|
- |
|
||||||
|
latest=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)
|
||||||
|
wget https://chromedriver.storage.googleapis.com/$latest/chromedriver_linux64.zip
|
||||||
- unzip chromedriver_linux64.zip
|
- unzip chromedriver_linux64.zip
|
||||||
- export PATH=$PATH:$(pwd)
|
- export PATH=$PATH:$(pwd)
|
||||||
- chmod +x chromedriver
|
- chmod +x chromedriver
|
||||||
|
|||||||
Reference in New Issue
Block a user