Revert "Merge branch 'bump-chrome-75' into 'master'"

This reverts merge request !191
This commit is contained in:
Walmyr 2019-06-05 15:24:44 +00:00
parent 00dd9404d7
commit 50733ad2d9
2 changed files with 8 additions and 12 deletions

View file

@ -46,10 +46,6 @@ function print_chrome_args() {
CHROME_VERSION=73.0.3683.103-1
CHROME_DRIVER_VERSION=73.0.3683.68
;;
75|75.0)
CHROME_VERSION=75.0.3770.80-1
CHROME_DRIVER_VERSION=75.0.3770.8
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"