Skip to content

Commit 27619bb

Browse files
Evgeny Torbinhfudev
authored andcommitted
ci: fix uploading build artifacts
1 parent 9f1dfea commit 27619bb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitlab/ci/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ build_template_app:
7272
#
7373
# keep the log file to help debug
7474
- "**/build*/build_log.txt"
75-
# keep the size info to help track the binary size
76-
- size_info.txt
7775
- "**/build*/size*.json"
7876
expire_in: 1 week
7977
when: always

tools/ci/idf_ci_local/app.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ def _post_build(self) -> None:
4141
)
4242
rmdir(
4343
self.build_path,
44-
exclude_file_patterns=[
45-
'build_log.txt',
46-
],
44+
exclude_file_patterns=['build_log.txt', 'size*.json'],
4745
)
4846

4947

0 commit comments

Comments
 (0)