mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Remove references to deleted phantom script
Phantom JS has not been used since December 2017, so I think it is save
to remove the reference.
For reference: d5c225c148
This commit is contained in:
parent
a561aa78a8
commit
96da23a8fd
2 changed files with 2 additions and 7 deletions
|
|
@ -24,10 +24,6 @@ ARG CHROME_VERSION
|
|||
ARG CHROME_DRIVER_VERSION
|
||||
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome $CHROME_VERSION $CHROME_DRIVER_VERSION && google-chrome --version; fi
|
||||
|
||||
# PhantomJS
|
||||
ARG PHANTOMJS_VERSION
|
||||
RUN if [ -n "$PHANTOMJS_VERSION" ] ; then /scripts/install-phantomjs $PHANTOMJS_VERSION; fi
|
||||
|
||||
# NodeJS and Yarn
|
||||
ARG NODE_INSTALL_VERSION
|
||||
ARG YARN_INSTALL_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue