Fix publisher definition in the incorrect spot 86/51186/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 30 Jan 2017 15:25:24 +0000 (10:25 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 30 Jan 2017 15:25:28 +0000 (10:25 -0500)
Patch Id05a75f86788ddfd62098d013e841eec40d439a4 was incorrect and this
patch fixes that.

Change-Id: I7d0ca4101373100d94400205197dbbeb55a416f9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-projects.yaml
jjb/autorelease/autorelease-templates.yaml

index 98642a76e289345f1a3f1234bda67aa61f56f8b3..d9ad7db79a4f46241793726117c2d56af9bf2da1 100644 (file)
     project: 'releng/autorelease'
     archive-artifacts: '**/*.prop **/*.log **/patches/*.bundle **/patches/*.patch all-bundles.tar.gz'
 
-    publishers:
-      - archive:
-          artifacts: 'dependecies.log'
-
 ###
 # TODO: Remove this job once guava21 testing is complete
 ###
index bd290cf0b541fe13ba434056b2f368a077a112d6..534b4f1960e4dcf6d10377c1b977d506d5cb7cb6 100644 (file)
@@ -93,6 +93,8 @@
             cp *.log *.prop $_
 
     publishers:
+        - archive:
+            artifacts: 'dependecies.log'
         - email-notification:
             email-recipients: '{email-recipients}'
             email-prefix: '[autorelease]'