Cloning the repos to subfolders instead of directly to destination dir
This commit is contained in:
@@ -1 +1,3 @@
|
||||
spring.main.web-environment: false
|
||||
spring:
|
||||
main:
|
||||
web-application-type: none
|
||||
@@ -35,7 +35,6 @@ public class GitTestUtils {
|
||||
|
||||
public static File clonedProject(File baseDir, File projectToClone) throws IOException {
|
||||
GitRepo projectRepo = new GitRepo(baseDir);
|
||||
projectRepo.cloneProject(new URIish(projectToClone.toURI().toURL()));
|
||||
return baseDir;
|
||||
return projectRepo.cloneProject(new URIish(projectToClone.toURI().toURL()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user