版本库大写转小写,解决路径问题

This commit is contained in:
huang 2016-11-08 17:12:35 +08:00
parent 9a9250f6e1
commit 2122a06608
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ update
end
@repository.project = @project
@repository.type = 'Repository::Gitlab'
@repository.identifier = @repository.identifier.downcase
@repository.url = @repository.identifier
if request.post? && @repository.save
s = Trustie::Gitlab::Sync.new