Make wercker preview badge static (#1974)

This commit is contained in:
Nicco Kunzmann
2018-08-26 16:40:24 +02:00
committed by Pyves
parent f377443585
commit 504b68ef13

View File

@@ -63,10 +63,12 @@ module.exports = class Wercker extends BaseJsonService {
return [
{
previewUrl: 'wercker/go-wercker-api',
staticExample: this.render({ status: 'finished', result: 'passed' }),
},
{
title: `${this.name} branch`,
previewUrl: 'wercker/go-wercker-api/master',
staticExample: this.render({ status: 'finished', result: 'passed' }),
},
]
}