build: remove usage of deprecated experimental_ui bazel flag (#31457)

PR Close #31457
This commit is contained in:
Joey Perrott 2019-07-08 13:37:12 -07:00 committed by Jason Aden
parent 7724f7446a
commit e92fb68f3c
1 changed files with 0 additions and 6 deletions

View File

@ -83,12 +83,6 @@ query --output=label_kind
# By default, failing tests don't print any output, it goes to the log file
test --test_output=errors
# Show which actions are run under workers,
# and print all the actions running in parallel.
# Helps to demonstrate that bazel uses all the cores on the machine.
build --experimental_ui
test --experimental_ui
################################
# Settings for CircleCI #
################################