Skip to content

Commit

Permalink
chore: remove legacy copy_to_directory_action
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Oct 5, 2023
1 parent 8fe4f6f commit a47bb02
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 631 deletions.
44 changes: 0 additions & 44 deletions docs/copy_to_directory.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions lib/copy_to_directory.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@

load(
"//lib/private:copy_to_directory.bzl",
_copy_to_directory_action = "copy_to_directory_action",
_copy_to_directory_bin_action = "copy_to_directory_bin_action",
_copy_to_directory_lib = "copy_to_directory_lib",
)

# export the starlark library as a public API
copy_to_directory_lib = _copy_to_directory_lib
copy_to_directory_action = _copy_to_directory_action
copy_to_directory_bin_action = _copy_to_directory_bin_action

copy_to_directory = rule(
Expand Down
Loading

0 comments on commit a47bb02

Please sign in to comment.