Skip to content

Commit

Permalink
Remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Feb 11, 2025
1 parent 58955a5 commit 793cecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def __init__(self) -> None:
if not bazel:
raise FileNotFoundError('neither Bazelisk nor Bazel found')
self._bazel = pathlib.Path(bazel)
self._github = os.getenv('CI') == 'true'
self._workspace = pathlib.Path(
os.getenv('BUILD_WORKSPACE_DIRECTORY')
or pathlib.Path(__file__).parent
Expand Down

0 comments on commit 793cecc

Please sign in to comment.