We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b225a commit e496ce4Copy full SHA for e496ce4
.circleci/config.yml
@@ -25,16 +25,6 @@ jobs:
25
steps:
26
- checkout
27
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
-
38
- run:
39
name: install dependencies
40
command: |
0 commit comments