Separated Build status constants and Plugin status constants

This commit is contained in:
Dmitry Khomutov 2017-04-03 21:19:51 +07:00
commit 31beb233e3
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
5 changed files with 34 additions and 19 deletions

View file

@ -25,7 +25,6 @@ class Build extends Model
const STATUS_RUNNING = 1;
const STATUS_SUCCESS = 2;
const STATUS_FAILED = 3;
const STATUS_FAILED_ALLOWED = 4;
/**
* @var array