From 649387cf895a2c02f824421bd5c12089fe80e075 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 25 Jul 2017 07:26:02 +0200 Subject: [PATCH] Fix archive path for robot-report Change-Id: I4e83b56420763b1ecab635463b4c6c9dd08ebcc5 Signed-off-by: Tibor Frank --- jjb/csit/csit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index dbd633f07..927f57de6 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -2784,7 +2784,7 @@ latest-only: false - robot: - output-path: archive + output-path: 'csit/archive' other-files: - '*.*' @@ -3174,7 +3174,7 @@ latest-only: false - robot: - output-path: archive + output-path: 'csit/archive' other-files: - '*.*' @@ -3661,7 +3661,7 @@ latest-only: false - robot: - output-path: archive + output-path: 'csit/archive' other-files: - '*.*' -- 2.16.6