diff options
author | Julien <zhang.jun3g@zte.com.cn> | 2017-02-24 11:05:55 +0800 |
---|---|---|
committer | Julien <zhang.jun3g@zte.com.cn> | 2017-02-24 11:05:55 +0800 |
commit | 2be896581bb841385d4944873f3564d4a8ad3051 (patch) | |
tree | 6f5864c1849f9993aaf31093bbe93c092cd1315c | |
parent | 4be7846800204afce4e380296884103f5fb00faf (diff) |
Fix no coverage file exported
minor spell error
Change-Id: Iecc5ce87c50e9d275c0d5ae11040f0b6e97deaa6
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
-rw-r--r-- | jjb/qtip/qtip-verify-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/qtip/qtip-verify-jobs.yml b/jjb/qtip/qtip-verify-jobs.yml index 3cb331c1f..5f0292b92 100644 --- a/jjb/qtip/qtip-verify-jobs.yml +++ b/jjb/qtip/qtip-verify-jobs.yml @@ -55,8 +55,8 @@ builders: - qtip-unit-tests-and-docs-build - publisher: - - 'publish-coverage' + publishers: + - publish-coverage ################################ ## job builders |