Remove superfulous method
This commit is contained in:
parent
e6d39c2a52
commit
80cb945557
|
@ -131,16 +131,6 @@ class Travis::Api::App
|
||||||
def hostname(name)
|
def hostname(name)
|
||||||
"#{name}#{'-staging' if Travis.env == 'staging'}.#{Travis.config.host.split('.')[-2, 2].join('.')}"
|
"#{name}#{'-staging' if Travis.env == 'staging'}.#{Travis.config.host.split('.')[-2, 2].join('.')}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def debug_data
|
|
||||||
{
|
|
||||||
debug: {
|
|
||||||
stage: 'before_install',
|
|
||||||
previous_status: 'failed',
|
|
||||||
created_by: current_user.login
|
|
||||||
}
|
|
||||||
}
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user