Merge branch 'master' of github.com:warpc/rosa-build
This commit is contained in:
commit
ec2754e932
|
@ -1,3 +1,4 @@
|
|||
json.(project, :id, :name)
|
||||
json.fullname project.name_with_owner
|
||||
json.url api_v1_project_path(project.id, :format => :json)
|
||||
json.url api_v1_project_path(project.id, :format => :json)
|
||||
json.git_url git_repo_url(project.git_repo_name)
|
||||
|
|
Loading…
Reference in New Issue