Skip to content

Commit 5d28fe4

Browse files
committed
debug: glob all Gemfiles (apart from root)
1 parent 6a1bdb1 commit 5d28fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.toys/kokoro-ci.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def list_products
137137
# Currently, we include the rails tests for the run/rails tutorial.
138138
omit_list = ["run/rails/test"]
139139
@products = []
140-
(Dir.glob("*/Gemfile") + Dir.glob("*/*/Gemfile")).each do |gemfile|
140+
(Dir.glob("*/**/Gemfile").each do |gemfile|
141141
dir = File.dirname gemfile
142142
if (File.directory?("#{dir}/test") && !omit_list.include?("#{dir}/test")) ||
143143
(File.directory?("#{dir}/spec") && !omit_list.include?("#{dir}/spec")) ||

0 commit comments

Comments
 (0)