Skip to content

Commit 794c15a

Browse files
authored
chore(.generator): remove legacy generate impl (#17170)
1 parent 391c1a3 commit 794c15a

10 files changed

Lines changed: 4 additions & 1765 deletions

File tree

.generator/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,4 @@ RUN python${PYTHON_VERSION_DEFAULT} -m pip install -r requirements.in
134134
COPY .generator/cli.py .
135135
RUN chmod a+rx ./cli.py
136136

137-
# Copy the script used to parse BUILD.bazel files.
138-
COPY .generator/parse_googleapis_content.py .
139-
RUN chmod a+rx ./parse_googleapis_content.py
140-
141137
ENTRYPOINT ["python3.14", "./cli.py"]

0 commit comments

Comments
 (0)