mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'sh-fix-chromedriver-version' into 'master'
Properly export CHROME_DRIVER_VERSION See merge request gitlab-org/gitlab-build-images!103
This commit is contained in:
commit
0ae7342a5d
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ function print_chrome_args() {
|
||||||
*) 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"
|
||||||
|
printf -- "--build-arg CHROME_DRIVER_VERSION=%s " "$CHROME_DRIVER_VERSION"
|
||||||
}
|
}
|
||||||
|
|
||||||
function print_git_args() {
|
function print_git_args() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue