Skip to content

Commit df40ac6

Browse files
authored
chore: remove unused files (#2575)
* chore: remove unused files * chore: remove unused files
1 parent 6bf9786 commit df40ac6

File tree

7 files changed

+3
-597
lines changed

7 files changed

+3
-597
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf
17-
# created: 2025-02-21T19:32:52.01306189Z
16+
digest: sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
17+
# created: 2025-03-05

.kokoro/release.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

.kokoro/release/common.cfg

Lines changed: 0 additions & 43 deletions
This file was deleted.

.kokoro/release/release.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.kokoro/requirements.in

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/requirements.txt

Lines changed: 0 additions & 509 deletions
This file was deleted.

owlbot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
)
2929

3030
# Copy kokoro configs.
31-
# Docs are excluded as repo docs cannot currently be generated using sphinx.
32-
s.move(templated_files / ".kokoro", excludes=["**/docs/*", "publish-docs.sh"])
31+
s.move(templated_files / ".kokoro")
3332
s.move(templated_files / ".trampolinerc") # config file for trampoline_v2
3433

3534
# Also move issue templates

0 commit comments

Comments
 (0)