Skip to content

Commit

Permalink
test Update CI_build.yml
Browse files Browse the repository at this point in the history
test
ArkadiuszMichalski authored May 5, 2024
1 parent c823ca8 commit 48fb9fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
@@ -39,6 +39,12 @@ jobs:
$commit_message = $last_commit.commit.message
}
Write-Output (git log -1 --no-merges --pretty=%B)
Write-Output '######'
Write-Output (git log -1 --pretty=%B)
Exit 1

$commit_title = ($commit_message -split "[\r\n]+")[0]
$files_modified = @(git diff --name-only HEAD~1)
$files_needwork_all = @($files_modified | Where-Object {$_ -notmatch "\.(xml|$files_nowork)$|$folders_nowork|$folders_onejob" -or $_ -match "($files_needwork)$"})

0 comments on commit 48fb9fc

Please sign in to comment.