Skip to content
Snippets Groups Projects
Commit 2936e3b8 authored by Jure's avatar Jure
Browse files

ci: do things within a new directory

parent a5026c84
No related branches found
No related tags found
1 merge request!56ci: use node:12 as base
Pipeline #13307 failed with stages
in 11 minutes and 49 seconds
FROM node:12
ENV HOME "/home/pubsweet"
RUN mkdir -p ${HOME}
WORKDIR ${HOME}
# Install chrome and firefox
RUN curl -sL http://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN echo 'deb http://dl.google.com/linux/chrome/deb/ stable main' >> /etc/apt/sources.list.d/google.list
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment