Fix previous_status → previous_state, and set value correctly
This commit is contained in:
parent
89487c09ca
commit
82b95440b2
|
@ -17,7 +17,7 @@ module Travis::API::V3
|
||||||
{
|
{
|
||||||
debug: {
|
debug: {
|
||||||
stage: 'before_install',
|
stage: 'before_install',
|
||||||
previous_status: 'failed',
|
previous_state: job.state,
|
||||||
created_by: access_control.user.login
|
created_by: access_control.user.login
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user