Skip to content

Commit

Permalink
Revert "Add goals to run_info (pantsbuild#11374)"
Browse files Browse the repository at this point in the history
This reverts commit 7d82283.

[ci skip-rust]

[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano committed Dec 23, 2020
1 parent 7d82283 commit f034232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/pants/goal/run_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def start(self, all_options: Options, run_start_time: float) -> None:
self._main_root_workunit.start(run_start_time)
self.report.start_workunit(self._main_root_workunit)

self.run_info.add_info("goals", all_options.goals)
goal_names: Tuple[str, ...] = tuple(all_options.goals)
self._v2_goal_rule_names = goal_names

Expand Down

0 comments on commit f034232

Please sign in to comment.