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 9f1dfea commit 27619bbCopy full SHA for 27619bb
.gitlab/ci/build.yml
@@ -72,8 +72,6 @@ build_template_app:
72
#
73
# keep the log file to help debug
74
- "**/build*/build_log.txt"
75
- # keep the size info to help track the binary size
76
- - size_info.txt
77
- "**/build*/size*.json"
78
expire_in: 1 week
79
when: always
tools/ci/idf_ci_local/app.py
@@ -41,9 +41,7 @@ def _post_build(self) -> None:
41
)
42
rmdir(
43
self.build_path,
44
- exclude_file_patterns=[
45
- 'build_log.txt',
46
- ],
+ exclude_file_patterns=['build_log.txt', 'size*.json'],
47
48
49
0 commit comments