mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-26 15:26:17 +00:00
Update test.yml
This commit is contained in:
@@ -147,10 +147,12 @@ jobs:
|
||||
$gitVersion = git --version
|
||||
Write-Output "Git Version: $gitVersion`n"
|
||||
|
||||
git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit
|
||||
|
||||
git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit --grep=".yml" --invert-grep
|
||||
|
||||
# Get commit messages excluding .yml file commits
|
||||
$commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit --grep=".yml" --invert-grep
|
||||
$commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit
|
||||
|
||||
Write-Output "$commits"
|
||||
|
||||
$commits = $commits -split "`n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user