Skip to content

Commit

Permalink
Update download-repo.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lobanov committed Nov 3, 2020
1 parent 117cefd commit 49aab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images.CI/download-repo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
git --no-pager log --pretty=format:"Date: %cd; Commit: %H - %s; Author: %an <%ae>" -1

0 comments on commit 49aab97

Please sign in to comment.