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
2 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -57,6 +57,8 @@ def create_issue
updated_at: issue.updated_at
}
Gitlab::AppLogger.info(">>>>>>>>>>>>>>>>>>>>>>>>>>>> IssueImporter attributes: #{attributes}")
insert_and_return_id(attributes, project.issues)
rescue ActiveRecord::InvalidForeignKey
# It's possible the project has been deleted since scheduling this
Loading