Skip to content

Commit b836aa3

Browse files
committed
Fixing Rakefile
1 parent db83768 commit b836aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ CrazyFun::Mappings::RakeMappings.new.add_all(crazy_fun)
8585

8686
# If it looks like a bazel target, build it with bazel
8787
rule /\/\/.*/ do |task|
88-
task.out = Bazel.execute('build', task.name)
88+
task.out = Bazel.execute('build', %w[], task.name)
8989
end
9090

9191
# Spoof tasks to get CI working with bazel

0 commit comments

Comments
 (0)