Skip to content

Commit

Permalink
more in-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Jan 5, 2022
1 parent 83e7f2a commit 43c03d8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build-support/bin/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ resources(name="user_list_templates", sources=["user_list_templates/*.mustache"]

shell_sources(name="sh_scripts")

python_sources(
name="py_scripts",
overrides={
"generate_docs.py": {"dependencies": [":docs_templates"]},
"generate_user_list.py": {"dependencies": [":user_list_templates"]},
},
)
python_sources(name="py_scripts")

python_tests(name="py_tests", overrides={"reversion_test.py": {"timeout": 90}})

Expand Down

0 comments on commit 43c03d8

Please sign in to comment.