Skip to content

Fix bug creating project from git push through ssh

What does this MR do?

There is a bug when we try to create a project directly from a git push through ssh. The problem is that we don't initialize container along with project and a nil exception is raised.

Closes #214714 (closed)

Does this MR meet the acceptance criteria?

Conformity

Merge request reports