mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Add a comment about updating ChromeDriver
This commit is contained in:
parent
fc4604725f
commit
3feee1e8fd
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ function print_golang_args() {
|
||||||
printf -- "--build-arg GOLANG_DOWNLOAD_SHA256=%s " "$GOLANG_DOWNLOAD_SHA256"
|
printf -- "--build-arg GOLANG_DOWNLOAD_SHA256=%s " "$GOLANG_DOWNLOAD_SHA256"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# If you add a new minor version here, be sure to check that the
|
||||||
|
# ChromeDriver supports this: https://sites.google.com/a/chromium.org/chromedriver/downloads
|
||||||
|
# You may need to bump the version in scripts/install-chrome.
|
||||||
function print_chrome_args() {
|
function print_chrome_args() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
60|60.0) CHROME_VERSION=60.0.3112.90-1 ;;
|
60|60.0) CHROME_VERSION=60.0.3112.90-1 ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue