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
path: root/lib/tasks
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-06-06 02:40:53 +0300
committerDouwe Maan <douwe@gitlab.com>2017-06-06 02:40:53 +0300
commit94644565971c80c9933ab3d05c534b3b5cbec4d1 (patch)
tree32d34ca617871e83c5d75d036bc320b25dae0edf /lib/tasks
parent38b3064c25bcf0aff900969d5cddbc3bde1b106a (diff)
parent810866ecb6c7be4fdac88dc3b2a6cd9ad49ac7bf (diff)
Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'
backports changed import logic from pull mirroring feature into CE See merge request !11850
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/import.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/import.rake b/lib/tasks/import.rake
index bc76d7edc55..50b8e331469 100644
--- a/lib/tasks/import.rake
+++ b/lib/tasks/import.rake
@@ -37,7 +37,7 @@ class GithubImport
end
def import!
- @project.import_start
+ @project.force_import_start
timings = Benchmark.measure do
Github::Import.new(@project, @options).execute