mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Extract chromedriver directly to bin folder
This commit is contained in:
parent
88a3a98f5f
commit
06eda84afa
2 changed files with 10 additions and 2 deletions
|
|
@ -6,6 +6,14 @@
|
||||||
- !reference [.build_dynamic_image, rules]
|
- !reference [.build_dynamic_image, rules]
|
||||||
- changes:
|
- changes:
|
||||||
- "scripts/lib/custom-docker-build"
|
- "scripts/lib/custom-docker-build"
|
||||||
|
- "scripts/install-chrome"
|
||||||
|
- "scripts/install-docker"
|
||||||
|
- "scripts/install-essentials"
|
||||||
|
- "scripts/install-gcloud"
|
||||||
|
- "scripts/install-git"
|
||||||
|
- "scripts/install-kubectl"
|
||||||
|
- "scripts/install-lfs"
|
||||||
|
- "scripts/install-ruby"
|
||||||
- ".gitlab/ci/e2e.images.yml"
|
- ".gitlab/ci/e2e.images.yml"
|
||||||
|
|
||||||
# Base image with just ruby and bundler
|
# Base image with just ruby and bundler
|
||||||
|
|
@ -34,7 +42,7 @@ e2e-chrome:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['3.0', '3.1', '3.2']
|
- RUBY: ['3.0', '3.1', '3.2']
|
||||||
BUNDLER: ['2.4', '2.5']
|
BUNDLER: ['2.4', '2.5']
|
||||||
CHROME: ['113', '117', '119']
|
CHROME: ['117', '119']
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
e2e-full:
|
e2e-full:
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ function build_debian() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -q -O chromedriver.zip $WEBDRIVER_URL
|
wget -q -O chromedriver.zip $WEBDRIVER_URL
|
||||||
unzip chromedriver.zip -d /usr/local/bin
|
unzip -j chromedriver.zip -d /usr/local/bin
|
||||||
rm -f chromedriver.zip
|
rm -f chromedriver.zip
|
||||||
else
|
else
|
||||||
DRIVER_DEB=$(download_deb driver)
|
DRIVER_DEB=$(download_deb driver)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue