diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-03-08 08:58:48 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-03-08 08:00:44 +0000 |
commit | 8826a441d7eb3a1b9eeb72614178fdfe041e0a56 (patch) | |
tree | 0e72ecd3761cebd2f39f34c3cbf67c174c3779d7 | |
parent | 4f1bc7c5e7f4f84d9a84fd2b7ab1203b5877f407 (diff) |
Report: Disable archiving of input files
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I4d6a4c2a4670fe2f942921c888efa99c8c8dbf57
(cherry picked from commit c7f237dec4b51c357a27aa6ce5f13d87c8926e60)
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index 64b5226b81..41ca2fcaa9 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -139,7 +139,7 @@ file-format: ".gz" enabled: True - archive-inputs: True + archive-inputs: False mapping-file: "" |