Skip to content

Commit e496ce4

Browse files
committed
fixing circleci fail
1 parent 36b225a commit e496ce4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.circleci/config.yml

-10
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ jobs:
2525
steps:
2626
- checkout
2727

28-
- run:
29-
name: Update Chromedriver
30-
command: |
31-
sudo apt-get update
32-
sudo apt-get install lsb-release
33-
curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 26
34-
sudo dpkg -i google-chrome.deb
35-
sudo sed -i ‘s|HERE/chrome"|HERE/chrome" --disable-setuid-sandbox|g’ /opt/google/chrome/google-chrome
36-
rm google-chrome.deb
37-
3828
- run:
3929
name: install dependencies
4030
command: |

0 commit comments

Comments
 (0)