mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add the new chromium windows path to the CI "CleanExtraBrowsersTask" (#22534)
This commit is contained in:
parent
e5a94e7a10
commit
7d8296fc91
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ export const CleanExtraBrowsersTask = {
|
|||
if (platforms.windows) {
|
||||
paths.push(phantomPath('phantomjs-*-windows.zip'));
|
||||
paths.push(chromiumPath('chromium-*-win32.zip'));
|
||||
paths.push(chromiumPath('chromium-*-windows.zip'));
|
||||
}
|
||||
|
||||
if (platforms.darwin) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue