Skip to content

Commit

Permalink
Revert "[build] Output Bazel Version when running"
Browse files Browse the repository at this point in the history
This reverts commit acd0e15.
  • Loading branch information
AutomatedTester committed Mar 31, 2020
1 parent c584068 commit d9a2c98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions rake_tasks/bazel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ def self.execute(kind, args, target, &block)
kind = 'run'
target = target[0, target.length - 4]
end

puts %x{bazel version}

cmd = %w[bazel] + [kind, target] + (args || [])

if SeleniumRake::Checks.windows?
Expand Down
1 change: 0 additions & 1 deletion rake_tasks/bazel/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ def needed?
end

def invoke(*_args, &block)
puts Bazel::execute("version", [], "")
self.out = Bazel::execute("build", ["--workspace_status_command=\"#{py_exe} scripts/build-info.py\""], name, &block)

block&.call(cmd_out)
Expand Down

0 comments on commit d9a2c98

Please sign in to comment.