mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
ignore chromediver cache, even if it exists
This commit is contained in:
parent
561b795295
commit
f4b1dd8a36
1 changed files with 7 additions and 7 deletions
|
@ -104,13 +104,13 @@ yarnGlobalDir="$(yarn global bin)"
|
|||
export PATH="$PATH:$yarnGlobalDir"
|
||||
hash -r
|
||||
|
||||
###
|
||||
### use the chromedriver cache if it exists
|
||||
###
|
||||
if [ -x "$dir/.chromedriver/master/chromedriver" ]; then
|
||||
export CHROMEDRIVER_FILEPATH="$dir/.chromedriver/master/chromedriver"
|
||||
export CHROMEDRIVER_SKIP_DOWNLOAD=true
|
||||
fi
|
||||
# ###
|
||||
# ### use the chromedriver cache if it exists
|
||||
# ###
|
||||
# if [ -x "$dir/.chromedriver/master/chromedriver" ]; then
|
||||
# export CHROMEDRIVER_FILEPATH="$dir/.chromedriver/master/chromedriver"
|
||||
# export CHROMEDRIVER_SKIP_DOWNLOAD=true
|
||||
# fi
|
||||
|
||||
###
|
||||
### install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue