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-03-22 20:03:54 +0300
committerJames Lopez <james@jameslopez.es>2016-03-22 20:03:54 +0300
commitc136edbbe343cbb54f135928db5d901c1cb65c4f (patch)
treeef95bebb69cfe4fc31e1ff53c389e5f0afd270a1 /lib/gitlab/gitlab_import/project_creator.rb
parent8aafe685837d12b623f70eec86cae6e7cef9a849 (diff)
fix gitlab import and spec
Diffstat (limited to 'lib/gitlab/gitlab_import/project_creator.rb')
-rw-r--r--lib/gitlab/gitlab_import/project_creator.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/gitlab_import/project_creator.rb b/lib/gitlab/gitlab_import/project_creator.rb
index 7baaadb813c..77c33db4b59 100644
--- a/lib/gitlab/gitlab_import/project_creator.rb
+++ b/lib/gitlab/gitlab_import/project_creator.rb
@@ -23,7 +23,6 @@ module Gitlab
import_url: repo["http_url_to_repo"].sub("://", "://oauth2:#{@session_data[:gitlab_access_token]}@")
).execute
- project.create_import_data(data: { "gitlab_session" => session_data } )
project
end
end