pull/3347/head
filip mertens 2 years ago
parent 57dd4a30bd
commit 5faea29078
  1. 4
      .circleci/config.yml

@ -104,7 +104,7 @@ jobs:
install-chromedriver: true
- run: google-chrome --version
- run: chromedriver --version
- run: rm LICENSE.chromedriver 2> /dev/null
- run: rm LICENSE.chromedriver 2> /dev/null || true
- when:
condition:
equal: [ "firefox", << parameters.browser >> ]
@ -162,7 +162,7 @@ jobs:
install-chromedriver: true
- run: google-chrome --version
- run: chromedriver --version
- run: rm LICENSE.chromedriver 2> /dev/null
- run: rm LICENSE.chromedriver 2> /dev/null || true
- checkout
- attach_workspace:
at: .

Loading…
Cancel
Save