Skip to content

Commit 5faea29

Browse files
author
filip mertens
committed
license
1 parent 57dd4a3 commit 5faea29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
install-chromedriver: true
105105
- run: google-chrome --version
106106
- run: chromedriver --version
107-
- run: rm LICENSE.chromedriver 2> /dev/null
107+
- run: rm LICENSE.chromedriver 2> /dev/null || true
108108
- when:
109109
condition:
110110
equal: [ "firefox", << parameters.browser >> ]
@@ -162,7 +162,7 @@ jobs:
162162
install-chromedriver: true
163163
- run: google-chrome --version
164164
- run: chromedriver --version
165-
- run: rm LICENSE.chromedriver 2> /dev/null
165+
- run: rm LICENSE.chromedriver 2> /dev/null || true
166166
- checkout
167167
- attach_workspace:
168168
at: .

0 commit comments

Comments
 (0)