Skip to content
Snippets Groups Projects

Fix `import_github_repo_spec.rb`

Merged Sanad Liaquat requested to merge qa-fix-import-github-repo-spec-2 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -36,7 +36,7 @@ def execute
}
Gitlab::AppLogger.info(">>>>>>>>>>>>>>>>>>>>>>>>>>>> NoteImporter attributes: #{attributes}")
# We're using bulk_insert here so we can bypass any validations and
# callbacks. Running these would result in a lot of unnecessary SQL
# queries being executed when importing large projects.
Loading