diff --git a/src/tech/avroid/scm/Git.groovy b/src/tech/avroid/scm/Git.groovy index 1fbe9e3..6c89a09 100644 --- a/src/tech/avroid/scm/Git.groovy +++ b/src/tech/avroid/scm/Git.groovy @@ -51,7 +51,7 @@ class Git implements Serializable { recursiveSubmodules: true, parentCredentials: true, trackingSubmodules: false, - shallow: true, + shallow: false, path: './', listFiles: false ]