Skip to content
Snippets Groups Projects
Commit 75965223 authored by Rory Jennings's avatar Rory Jennings
Browse files

fix: set user after npm global install

parent 30f99f11
No related branches found
No related tags found
1 merge request!5fix: set user earlier in Dockerfile
Pipeline #8192 passed
......@@ -4,10 +4,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends git-core ca-cer
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
USER node
RUN npm i -g standard-version
USER node
RUN git config --global user.email "ci-versioning@nexusmods.com"
RUN git config --global user.name "git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment