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 e597eff commit 754cb09Copy full SHA for 754cb09
DockerBuild.ps1
@@ -99,7 +99,6 @@ if (-not $KeepEnv)
99
}
100
101
$env:GIT_USER_EMAIL = git config --global user.email
102
-
103
$env:GIT_USER_NAME = git config --global user.name
104
105
if ( $env:IS_TEAMCITY_AGENT )
Dockerfile
@@ -75,5 +75,4 @@ ARG SRC_DIR
75
RUN echo $env:PATH
76
RUN git config --global --add safe.directory $env:SRC_DIR/; `
77
git config --global user.name $env:GIT_USER_NAME; `
78
- git config --global user.email $env:GIT_USER_EMAIL; `
79
+ git config --global user.email $env:GIT_USER_EMAIL;
0 commit comments