Skip to content

Commit

Permalink
Rename folder ci_blacklists to ci_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Aug 26, 2019
1 parent 94db048 commit d9a9eb7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/ci.py
Expand Up @@ -172,7 +172,7 @@ def get_remote_execution_oauth_token_path() -> Iterator[str]:
def get_listed_targets(filename: str) -> Set[str]:
return {
line.strip()
for line in Path(f"build-support/ci_blacklists/{filename}").read_text().splitlines()
for line in Path(f"build-support/ci_lists/{filename}").read_text().splitlines()
}


Expand Down

0 comments on commit d9a9eb7

Please sign in to comment.