Skip to content

Commit

Permalink
revert owlbot change
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 11, 2024
1 parent fed0558 commit b827e31
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Build/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down

0 comments on commit b827e31

Please sign in to comment.