mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Properly export CHROME_DRIVER_VERSION
This commit is contained in:
parent
20db43b612
commit
962a8ba060
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ function print_chrome_args() {
|
|||
;;
|
||||
*) echo "Unknown chrome version $1"; exit 1;
|
||||
esac
|
||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||
printf -- "--build-arg CHROME_VERSION=%s --build-arg=CHROME_DRIVER_VERSION=%s " "$CHROME_VERSION" "$CHROME_DRIVER_VERSION"
|
||||
}
|
||||
|
||||
function print_git_args() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue