Rescue BadRequest errors while updating deployed MRs
When a merge request's source project has been deleted, its
source_project
column will be NULL
, which will raise a validation
error, resulting in a BadRequest
API response.
This is a non-blocking error for our purposes, so we'll just log it and move on.
Closes https://gitlab.com/gitlab-org/release-tools/-/issues/480