jjb: binutils-gdb: don't collect build directory
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 25 Apr 2023 18:45:15 +0000 (14:45 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 25 Apr 2023 20:12:03 +0000 (16:12 -0400)
There is no need to.

Change-Id: I856d6d55ed6dcdd37c3ba5a6ab1ca0d79c035371

jobs/binutils-gdb.yaml

index 36e52f7f7c78c41e8b801528041faaa861f9659f..67f427f4d16113e91bd99da833843de12893abe1 100644 (file)
@@ -76,7 +76,7 @@
 
     publishers:
       - archive:
-          artifacts: 'build/**,results/**'
+          artifacts: 'results/**'
           allow-empty: false
       - junit:
           results: 'results/*.xml'
This page took 0.024432 seconds and 4 git commands to generate.