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)
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)