Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
chore: use default owlbot.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Apr 15, 2023
1 parent 20e6079 commit dddf93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Expand Up @@ -35,7 +35,7 @@
if clean_up_generated_samples:
shutil.rmtree("samples/generated_samples", ignore_errors=True)
clean_up_generated_samples = False
s.move([library], excludes=["**/gapic_version.py", "setup.py", "testing/constraints-3.7.txt"])
s.move([library], excludes=["**/gapic_version.py"])
s.remove_staging_dirs()

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit dddf93a

Please sign in to comment.