Skip to content

Commit 40b1a52

Browse files
authored
chore: remove unused files (#976)
* chore: remove unused files * remove post processing for .kokoro/docs * add new line
1 parent 70d9d25 commit 40b1a52

File tree

9 files changed

+3
-564
lines changed

9 files changed

+3
-564
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/docker/docs/Dockerfile

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

.kokoro/docker/docs/requirements.in

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

.kokoro/docker/docs/requirements.txt

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

.kokoro/docs/common.cfg

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

.kokoro/docs/docs-presubmit.cfg

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

.kokoro/docs/docs.cfg

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

.kokoro/publish-docs.sh

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

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def place_before(path, text, *before_text, escape=None):
261261
# --------------------------------------------------------------------------
262262

263263
# add shared environment variables to test configs
264-
tracked_subdirs = ["continuous", "presubmit", "samples", "docs"]
264+
tracked_subdirs = ["continuous", "presubmit", "samples"]
265265
for subdir in tracked_subdirs:
266266
for path, subdirs, files in os.walk(f".kokoro/{subdir}"):
267267
for name in files:

0 commit comments

Comments
 (0)