Separated Build status constants and Plugin status constants
This commit is contained in:
parent
d54c1978b9
commit
31beb233e3
5 changed files with 34 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue