mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump to Chrome V67
This commit is contained in:
parent
2c26a37c40
commit
a3d18021ec
2 changed files with 9 additions and 5 deletions
|
|
@ -56,7 +56,11 @@ function print_chrome_args() {
|
|||
;;
|
||||
66|66.0)
|
||||
CHROME_VERSION=66.0.3359.181-1
|
||||
CHROME_DRIVER_VERSION=2.38
|
||||
CHROME_DRIVER_VERSION=2.40
|
||||
;;
|
||||
67|67.0)
|
||||
CHROME_VERSION=67.0.3396.79-1
|
||||
CHROME_DRIVER_VERSION=2.40
|
||||
;;
|
||||
*) echo "Unknown chrome version $1"; exit 1;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue