vigour-sentinel
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "vigour-sentinel", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Continuos Testing & Delivery Agent for vigour projects", | ||
@@ -5,0 +5,0 @@ "preferGlobal": "true", |
@@ -21,5 +21,2 @@ | ||
}) | ||
.catch((err) => { | ||
return log.error('Sentinel', 'Publishing to distribution branch failed') | ||
}) | ||
} | ||
@@ -26,0 +23,0 @@ } |
@@ -44,4 +44,5 @@ var path = require('path') | ||
var success = buildSuccess && !failedTests | ||
var result = success? 'Succeeded' : 'Failed' | ||
var color = success ? 'good' : 'danger' | ||
var title = `#${config.buildNumber}` + (success ? 'Build Passing' : 'Build Failing') + ' (log)' | ||
var title = `Build #${config.buildNumber} ${result} (log)` | ||
var buildId = config.buildId | ||
@@ -48,0 +49,0 @@ var commit = config.commit |
Sorry, the diff of this file is not supported yet
13982
13
233