Change save path for create_platforms
This commit is contained in:
parent
6749b0d49a
commit
73f7535192
|
@ -98,7 +98,7 @@ class Platform < ActiveRecord::Base
|
||||||
|
|
||||||
def xml_rpc_create
|
def xml_rpc_create
|
||||||
# return true
|
# return true
|
||||||
result = BuildServer.add_platform unixname, APP_CONFIG['root_path'], distrib_type
|
result = BuildServer.add_platform unixname, APP_CONFIG['root_path'] + '/platforms' , distrib_type
|
||||||
if result == BuildServer::SUCCESS
|
if result == BuildServer::SUCCESS
|
||||||
return true
|
return true
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue