Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitLab returns `404` on a `repository/tree` call if the repo has zero commits. We checked against the error message but the client library started to return a static `404` error which makes our check fail. This commit changes the checking logic to check for the clients static `ErrNotFound` error. This might catch other errors too (repo does not exists at all), but those errors will be caught in the next step.
- Loading branch information