Commit 08131b4e authored by mamunozgil's avatar mamunozgil
Browse files

Fix: identify git repo

parent be643784
1 merge request!2SVN functionality support.
Pipeline #10754 passed with stage
in 19 seconds
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -52,7 +52,7 @@ public class RepoUtil {
try {
LOG.info("Preparing to clone...");
if (config.group(1).endsWith(".git") || config.group(1).contains("git")) {
if (config.group(1).endsWith(".git")) {
// Git cloning
CloneCommand cloneCommand = Git.cloneRepository()
.setDirectory(checkoutDirectory)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment