1
0
Fork 0

removed redundant settings

This commit is contained in:
Christian Kühnel 2019-11-29 11:32:53 +00:00
parent 6ce0cd1512
commit 804d0ab083

View file

@ -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