Skip to content
Snippets Groups Projects
Commit aca73d8e authored by Sam Galson's avatar Sam Galson
Browse files

remove git config

parent 6f4d69a9
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@ RUN apk add --no-cache --virtual .gyp \
g++ \
git
RUN git config --global user.email "test@testing.com" && \
git config --global user.name "Fakey McFakerson"
WORKDIR ${HOME}
COPY package.json yarn.lock lerna.json .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
......
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