mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add chrome 109 to build matrix
This commit is contained in:
parent
2cc3d8c64b
commit
3c5a28c0de
4 changed files with 22 additions and 16 deletions
|
|
@ -42,8 +42,9 @@ RUN if [ -n "$GIT_VERSION" ]; then /scripts/install-git && git --version; fi
|
|||
|
||||
# Chrome
|
||||
ARG CHROME_VERSION
|
||||
ARG CHROMIUM_VERSION
|
||||
|
||||
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome "$CHROME_VERSION"; fi
|
||||
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome "$CHROME_VERSION" "$CHROMIUM_VERSION"; fi
|
||||
|
||||
# NodeJS and Yarn
|
||||
ARG NODE_INSTALL_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue