Skip to content

Commit b37c533

Browse files
committed
git config longpaths for all users
1 parent c375743 commit b37c533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

windows/nanoserver/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ RUN New-Item -Type Directory $('{0}/.jenkins' -f $env:AGENT_ROOT) | Out-Null ; `
113113
New-Item -Type Directory $env:AGENT_WORKDIR | Out-Null
114114

115115
RUN git config --global core.longpaths true ; `
116-
git config --system core.longpaths true ; `
117116
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name LongPathsEnabled -type DWord -Value 1
118117

119118
VOLUME "${AGENT_ROOT}"/.jenkins

0 commit comments

Comments
 (0)