Skip to content
Snippets Groups Projects

fix: typo

Merged Sam Galson requested to merge yld/pubsweet-test-docker-baseimg:fix/typo into master
+ 1
0
@@ -52,6 +52,7 @@ RUN yarn config set yarn-offline-mirror ./npm-packages-offline-cache && \
RUN git config --global user.email "test@testing.com" && \
git config --global user.name "Fakey McFakerson"
# We install the dependencies for all repos and then remove them in order to leverage yarn's cache when we install in CI
RUN cd && \
git clone https://gitlab.coko.foundation/pubsweet/pubsweet-server.git && \
cd pubsweet-server && \