Fixes
This commit is contained in:
parent
6cff08f073
commit
ea5044bf9b
17 changed files with 6 additions and 19 deletions
|
|
@ -69,7 +69,7 @@ class BuildService
|
|||
$build->setCommitId($commitId);
|
||||
} else {
|
||||
$build->setCommitId('Manual');
|
||||
$build->setCommitMessage(Lang::get('manual_build'));
|
||||
$build->setCommitMessage('Manual');
|
||||
}
|
||||
|
||||
if (!is_null($branch)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue