Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-14 11:18:03 +0300
committerJames Lopez <james@jameslopez.es>2016-06-14 11:18:03 +0300
commit9ff1990422eebc11e9c4b523b3b4a58d56943af2 (patch)
tree8a5eefbf2e7ac2a86e7caf7c4a3fd1409c082447 /lib/gitlab/import_export/repo_saver.rb
parent9fd35740b8e4b9b32fe86c438edb7e367d5f4850 (diff)
parentf6ed7c8ff8313826a08aace346f30facc55a202f (diff)
Merge branches 'feature/project-export' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import
Diffstat (limited to 'lib/gitlab/import_export/repo_saver.rb')
-rw-r--r--lib/gitlab/import_export/repo_saver.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/repo_saver.rb b/lib/gitlab/import_export/repo_saver.rb
index 07d71c78f33..cce43fe994b 100644
--- a/lib/gitlab/import_export/repo_saver.rb
+++ b/lib/gitlab/import_export/repo_saver.rb
@@ -12,6 +12,7 @@ module Gitlab
def save
return false if @project.empty_repo?
+
@full_path = File.join(@shared.export_path, ImportExport.project_bundle_filename)
bundle_to_disk
end