We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1bdb1 commit 5d28fe4Copy full SHA for 5d28fe4
.toys/kokoro-ci.rb
@@ -137,7 +137,7 @@ def list_products
137
# Currently, we include the rails tests for the run/rails tutorial.
138
omit_list = ["run/rails/test"]
139
@products = []
140
- (Dir.glob("*/Gemfile") + Dir.glob("*/*/Gemfile")).each do |gemfile|
+ (Dir.glob("*/**/Gemfile").each do |gemfile|
141
dir = File.dirname gemfile
142
if (File.directory?("#{dir}/test") && !omit_list.include?("#{dir}/test")) ||
143
(File.directory?("#{dir}/spec") && !omit_list.include?("#{dir}/spec")) ||
0 commit comments