diff --git a/images.CI/download-repo.ps1 b/images.CI/download-repo.ps1 index 40270769..14374702 100644 --- a/images.CI/download-repo.ps1 +++ b/images.CI/download-repo.ps1 @@ -11,4 +11,4 @@ $env:GIT_REDIRECT_STDERR = '2>&1' git clone $RepoUrl . -b $RepoBranch --single-branch --depth 1 Write-Host "Latest commit:" -git log --pretty=format:"Date: %cd; Commit: %H - %s; Author: %an <%ae>" -1 \ No newline at end of file +git --no-pager log --pretty=format:"Date: %cd; Commit: %H - %s; Author: %an <%ae>" -1 \ No newline at end of file