Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: always include files from the same workspace as the build target…
… in `copy_to_directory` Fixes bazel-contrib#359. This updates the `copy_to_directory` tool to accept a workspace name representing the workspace of the target it is executing under. Any files in this workspace are automatically included, regardless of the `include_external_repositories` option. This makes it support usage within an external target (such as `@wksp//:dir`).
- Loading branch information