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

Merge branch 'development' into 'master'

Deploy fix

See merge request !23
parents 8e2bf8fc c7c385d5
No related branches found
No related tags found
No related merge requests found
Pipeline #1012697 failed
......@@ -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