Skip to content

Commit e597eff

Browse files
committed
Misc.
1 parent c6f56ba commit e597eff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ ARG SRC_DIR
4141
RUN echo $env:PATH
4242
RUN git config --global --add safe.directory $env:SRC_DIR/; `
4343
git config --global user.name $env:GIT_USER_NAME; `
44-
git config --global user.email $env:GIT_USER_EMAIL; `
45-
44+
git config --global user.email $env:GIT_USER_EMAIL;
4645
""" );
4746
}
4847

src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
using JetBrains.Annotations;
44
using PostSharp.Engineering.BuildTools.Build;
5-
using PostSharp.Engineering.BuildTools.ContinuousIntegration;
65
using PostSharp.Engineering.BuildTools.Dependencies.Model;
76
using PostSharp.Engineering.BuildTools.Tools.TeamCity;
87
using System;

0 commit comments

Comments
 (0)