Merge branches 'feature/project-export' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import

This commit is contained in:
James Lopez 2016-05-17 16:30:50 +02:00
commit 5bd3e8a8ba
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ module Gitlab
end
def save
FileUtils.mkdir_p(@shared.export_path)
File.write(full_path, project_json_tree)
true
rescue => e