mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update to Chrome 99
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
7c233a185f
commit
54900fc18d
3 changed files with 6 additions and 6 deletions
|
|
@ -3,8 +3,8 @@
|
|||
set -xeuo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
CHROME_VERSION=${1:-97.0.4692.99-1}
|
||||
CHROME_DRIVER_VERSION=${2:-97.0.4692.71}
|
||||
CHROME_VERSION=${1:-99.0.4844.74-1}
|
||||
CHROME_DRIVER_VERSION=${2:-99.0.4844.51}
|
||||
# We hard code the URL rather than using $CI_API_V4_URL $CI_PROJECT_ID,
|
||||
# because we would need to forward those variables
|
||||
CHROME_DOWNLOAD_URL_BASE="https://gitlab.com/api/v4/projects/1075790/packages/generic/google-chrome-stable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue