We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9604305 commit d88a7c8Copy full SHA for d88a7c8
src/PostSharp.Engineering.BuildTools/Docker/EpilogueComponent.cs
@@ -41,7 +41,6 @@ ARG MOUNTPOINTS
41
42
# Configure git
43
ARG SRC_DIR
44
- RUN echo $env:PATH
45
RUN git config --global --add safe.directory $env:SRC_DIR/; `
46
git config --global user.name $env:GIT_USER_NAME; `
47
git config --global user.email $env:GIT_USER_EMAIL;
0 commit comments