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:
Stan Hu 2018-07-06 23:35:15 +00:00
commit 0ae7342a5d

View file

@ -65,6 +65,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_DRIVER_VERSION=%s " "$CHROME_DRIVER_VERSION"
}
function print_git_args() {