Skip to content

Commit 754cb09

Browse files
committed
Refreshed scripts.
1 parent e597eff commit 754cb09

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

DockerBuild.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ if (-not $KeepEnv)
9999
}
100100

101101
$env:GIT_USER_EMAIL = git config --global user.email
102-
103102
$env:GIT_USER_NAME = git config --global user.name
104103

105104
if ( $env:IS_TEAMCITY_AGENT )

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,4 @@ ARG SRC_DIR
7575
RUN echo $env:PATH
7676
RUN git config --global --add safe.directory $env:SRC_DIR/; `
7777
git config --global user.name $env:GIT_USER_NAME; `
78-
git config --global user.email $env:GIT_USER_EMAIL; `
79-
78+
git config --global user.email $env:GIT_USER_EMAIL;

0 commit comments

Comments
 (0)