summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-09 22:35:06 -0700
committerStan Hu <stanhu@gmail.com>2018-06-11 08:33:06 -0700
commit6defeb0a7d6928ad32d4d7a2fa35d0d71dbb9dea (patch)
tree1fb22e52bca3a7040df45415db2b8fd5cfb9a3ab /lib/gitlab/github_import
parentf646a8b9bc95fd6cecaa754f7dd0e8370c201502 (diff)
downloadgitlab-ce-6defeb0a7d6928ad32d4d7a2fa35d0d71dbb9dea.tar.gz
Expire Wiki content cache after importing a repository
The cache state for Wikis that were imported via GitHub or Bitbucket does not appear to have been flushed after a successful import. Closes #47546
Diffstat (limited to 'lib/gitlab/github_import')
-rw-r--r--lib/gitlab/github_import/sequential_importer.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/github_import/sequential_importer.rb b/lib/gitlab/github_import/sequential_importer.rb
index 3cad919b4eb..6a181caf65d 100644
--- a/lib/gitlab/github_import/sequential_importer.rb
+++ b/lib/gitlab/github_import/sequential_importer.rb
@@ -42,8 +42,6 @@ module Gitlab
klass.new(project, client, parallel: false).execute
end
- project.repository.after_import
-
true
end
end