Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from erp-mgroen/master
Browse files Browse the repository at this point in the history
Red icon for failed build
  • Loading branch information
LEXASOFT authored Feb 4, 2018
2 parents b6a12d1 + 4e74888 commit 11744ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function execute()
private function buildMessage()
{
$this->buildMsg = '';
$buildIcon = $this->build->isSuccessful() ? '' : '';
$buildIcon = $this->build->isSuccessful() ? '' : '';
$buildLog = $this->build->getLog();
$buildLog = str_replace(['[0;32m', '[0;31m', '[0m', '/[0m'], '', $buildLog);
$buildMessages = explode('RUNNING PLUGIN: ', $buildLog);
Expand Down

0 comments on commit 11744ba

Please sign in to comment.