We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456b3f7 commit 5d48e80Copy full SHA for 5d48e80
.generator/Dockerfile
@@ -64,8 +64,7 @@ WORKDIR /app
64
# TODO(https://github.com/googleapis/librarian/issues/906): Clone googleapis and run bazelisk build.
65
66
# 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 .
+COPY .generator/cli.py .
69
70
# Set the entrypoint for the container to run the script.
71
ENTRYPOINT ["python3.13", "./cli.py"]
cloudbuild.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2022 Google LLC
+# Copyright 2025 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
0 commit comments