Fix application_settings JOIN condition for CiBuildsProbe
After https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29981, we cannot assume an application_settings with ID=1 exists. But we know that there will only be one record in that table, so we can change the JOIN condition to TRUE safely. Fixes #71
Showing
Please register or sign in to comment