summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-06-04 10:01:15 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-06-04 10:01:15 -0500
commitdfd6983e9ff0d3032c0e5897adaaec14716ebdb9 (patch)
treeb7f4a40fc441eba1bc03187e1f5bd421ff9a65f7
parent7f85d301a2488deccaa2dd818b1aa062e4b26649 (diff)
Modify archive path
The Sweetcomb artifacts are not archiving due to a path issue. This patch is to resolve this issue. Change-Id: I8bae1adbd16930ed352878fa67bef59909809b59 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r--jjb/sweetcomb/sweetcomb.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml
index f1accc67c..5b67481aa 100644
--- a/jjb/sweetcomb/sweetcomb.yaml
+++ b/jjb/sweetcomb/sweetcomb.yaml
@@ -138,7 +138,7 @@
archive-artifacts: >
**/build-root/build-package/*.rpm
- **/build-root/build-package/*.deb,
+ **/build-root/build-package/*.deb
allow-empty: 'true'
fingerprint: false
only-if-success: true