mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-28 16:46:31 +03:00
ci: upload files in ci job id, which is unique
This commit is contained in:
@@ -32,8 +32,8 @@ additional_build_targets = [
|
||||
]
|
||||
|
||||
# collect
|
||||
collect_app_info_filename = "app_info_${CI_JOB_NAME_SLUG}.txt"
|
||||
junitxml = "build_summary_${CI_JOB_NAME_SLUG}.xml"
|
||||
collect_app_info_filename = "app_info_${CI_JOB_ID}.txt"
|
||||
junitxml = "build_summary_${CI_JOB_ID}.xml"
|
||||
|
||||
# manifest
|
||||
check_manifest_rules = true
|
||||
|
||||
Reference in New Issue
Block a user