From fd1d2cae132a859b60a87efb980c86024d4ed3ac Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 25 Apr 2023 14:45:15 -0400 Subject: [PATCH] jjb: binutils-gdb: don't collect build directory There is no need to. Change-Id: I856d6d55ed6dcdd37c3ba5a6ab1ca0d79c035371 --- jobs/binutils-gdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/binutils-gdb.yaml b/jobs/binutils-gdb.yaml index 36e52f7..67f427f 100644 --- a/jobs/binutils-gdb.yaml +++ b/jobs/binutils-gdb.yaml @@ -76,7 +76,7 @@ publishers: - archive: - artifacts: 'build/**,results/**' + artifacts: 'results/**' allow-empty: false - junit: results: 'results/*.xml' -- 2.34.1