removed redundant settings
This commit is contained in:
parent
6ce0cd1512
commit
804d0ab083
1 changed files with 0 additions and 4 deletions
|
@ -15,8 +15,4 @@ RUN powershell -NoProfile -InputFormat None -Command `
|
|||
Set-ExecutionPolicy Bypass -Scope Process -Force ; `
|
||||
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/buildkite/agent/master/install.ps1'))
|
||||
|
||||
# support long file names and do not change line endings
|
||||
RUN git config --system core.longpaths true & `
|
||||
git config --global core.autocrlf false
|
||||
|
||||
CMD "C:\buildkite-agent\bin\buildkite-agent.exe" start
|
Loading…
Reference in a new issue