Skip to content

Commit 5f8f363

Browse files
authored
chore: remove tar.gz from preserve_regex (#14555)
This PR removes the `tar.gz` from the list of files that we want to preserve. This file is no longer needed since we're not using the bazel workflow anymore.
1 parent c3f496d commit 5f8f363

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.generator/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def _add_new_library_preserve_regex(library_config: Dict, library_id: str) -> No
140140
"docs/CHANGELOG.md",
141141
"docs/README.rst",
142142
"samples/README.txt",
143-
"tar.gz",
144143
"scripts/client-post-processing",
145144
"samples/snippets/README.rst",
146145
"tests/system",

scripts/configure_state_yaml/configure_state_yaml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def configure_state_yaml() -> None:
8585
"docs/CHANGELOG.md",
8686
"docs/README.rst",
8787
"samples/README.txt",
88-
"tar.gz",
8988
"scripts/client-post-processing",
9089
"samples/snippets/README.rst",
9190
"tests/system",

0 commit comments

Comments
 (0)