mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add latest chrome version
This commit is contained in:
parent
941883094a
commit
f6beca8712
2 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ e2e-chrome:
|
||||||
extends:
|
extends:
|
||||||
- e2e-docker
|
- e2e-docker
|
||||||
variables:
|
variables:
|
||||||
CHROME: '103'
|
CHROME: '104'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0']
|
- RUBY: ['2.7', '3.0']
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,9 @@ function print_chrome_args() {
|
||||||
103|103.0)
|
103|103.0)
|
||||||
CHROME_VERSION=103.0.5060.114-1
|
CHROME_VERSION=103.0.5060.114-1
|
||||||
;;
|
;;
|
||||||
|
104|104.0)
|
||||||
|
CHROME_VERSION=104.0.5112.101-1
|
||||||
|
;;
|
||||||
*) echo "Unknown chrome version $1"; exit 1;
|
*) echo "Unknown chrome version $1"; exit 1;
|
||||||
esac
|
esac
|
||||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue