Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bentley committed Apr 20, 2018
1 parent 3fc2ac1 commit 86aee2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions itests/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ Invoke-WebRequest 'https://github.com/git-for-windows/git/releases/download/v2.1
RUN Expand-Archive c:\MinGit.zip -DestinationPath c:\MinGit; \
$env:PATH = $env:PATH + ';C:\MinGit\cmd\;C:\MinGit\cmd'; \
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $env:PATH

RUN git

0 comments on commit 86aee2f

Please # to comment.