ashwanthkumar / gocd-build-github-pull-requests

GoCD plugin to build PRs for a Github repo
95 stars 72 forks source link

Fix: submodule was not updated correctly #131

Closed leosayous21 closed 5 years ago

leosayous21 commented 5 years ago

the submodule was not updated correctly but use instead the defaultBranch. The fix was to add a git.submoduleUpdate();

ashwanthkumar commented 5 years ago

Thanks @leosayous21