Skip to content
Snippets Groups Projects
Verified Commit c7c385d5 authored by Ruben Backx's avatar Ruben Backx :coffee:
Browse files

Actually fix the problem this time

parent 1b5a8e30
Branches
No related tags found
1 merge request!23Deploy fix
Pipeline #1012696 passed
......@@ -982,7 +982,8 @@ public class SetupService {
String projectPath = urlService.toUrl(name);
String projectFullPath = group.getFullPath() + "/" + projectPath;
Optional<Project> existingProject = gitlabProjectService.getProject(IdOrPath.path(projectFullPath));
Optional<Project> existingProject = gitlabProjectService.getProject(gitLabApi,
IdOrPath.path(projectFullPath));
if (existingProject.isPresent()) {
logger.trace("Repository '" + projectFullPath + "' already exists");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment