Skip to content

Commit 5d48e80

Browse files
committed
address build failure
1 parent 456b3f7 commit 5d48e80

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.generator/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ WORKDIR /app
6464
# TODO(https://github.com/googleapis/librarian/issues/906): Clone googleapis and run bazelisk build.
6565

6666
# Copy the CLI script into the container and set ownership.
67-
# No other files or dependencies are needed for this simple script.
68-
COPY cli.py .
67+
COPY .generator/cli.py .
6968

7069
# Set the entrypoint for the container to run the script.
7170
ENTRYPOINT ["python3.13", "./cli.py"]

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)