Skip to content

Commit d88a7c8

Browse files
committed
Cleanup.
1 parent 9604305 commit d88a7c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PostSharp.Engineering.BuildTools/Docker/EpilogueComponent.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ ARG MOUNTPOINTS
4141
4242
# Configure git
4343
ARG SRC_DIR
44-
RUN echo $env:PATH
4544
RUN git config --global --add safe.directory $env:SRC_DIR/; `
4645
git config --global user.name $env:GIT_USER_NAME; `
4746
git config --global user.email $env:GIT_USER_EMAIL;

0 commit comments

Comments
 (0)