修复描述过长导致版本库不能创建的问题
This commit is contained in:
parent
2bccca3c42
commit
30d0c73e4b
|
@ -42,7 +42,7 @@ module Trustie
|
|||
|
||||
gproject = g.create_project(repository.identifier,
|
||||
path: repository.identifier,
|
||||
description: project.description,
|
||||
description: false,
|
||||
wiki_enabled: false,
|
||||
wall_enabled: false,
|
||||
issues_enabled: false,
|
||||
|
@ -88,7 +88,7 @@ module Trustie
|
|||
# can use password
|
||||
gproject = self.g.create_project(path,
|
||||
path: path,
|
||||
description: project.description,
|
||||
description: false,
|
||||
wiki_enabled: false,
|
||||
wall_enabled: false,
|
||||
issues_enabled: false,
|
||||
|
|
Loading…
Reference in New Issue