mirror of
https://github.com/appium/appium.git
synced 2026-01-25 11:48:49 -06:00
bump chromedriver version to newly-released 2.13 for next publish (fix #3798)
This commit is contained in:
@@ -49,7 +49,7 @@ set -e
|
||||
echo "Getting latest from upstream:$branch"
|
||||
git pull upstream $branch
|
||||
echo "Resetting"
|
||||
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.10
|
||||
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.13
|
||||
version=$(cat package.json | $(npm bin)/underscore extract version | sed 's/\"//g')
|
||||
echo "Clearing npm cache"
|
||||
npm cache clear appium
|
||||
|
||||
Reference in New Issue
Block a user