Skip to content

Commit 502811c

Browse files
committed
Bugfix
1 parent 5ac2d81 commit 502811c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3846,7 +3846,7 @@ def display_usage(command_list)
38463846
if ENV['CI']
38473847
# CI doesn't have git, so default to everything
38483848
git_files = Dir['**/*.*']
3849-
git_files -= Dir['workflow/tests/run*/*.*']
3849+
git_files -= Dir['workflow/tests/run*/**/*.*']
38503850
git_files -= Dir['workflow/tests/test_results/*.*']
38513851
else
38523852
# Only include files under git version control

0 commit comments

Comments
 (0)