Hello,
GoCD is new to me and I just started using it.
I created a simple pipeline with a Git repository as the material.
The pipeline itself just lists the contents of the cloned repository.
My problem is as follows:
When a master branch is configured for material, everything works fine.
However, for any other branch configured for material the following error occurs:
Error performing command: --- Command ---
git submodule foreach --recursive "git clean -dffx"
--- Environment ---
{}
--- INPUT ----
--- EXIT CODE (128) ---
--- STANDARD OUT ---
--- STANDARD ERR ---
STDERR: fatal: No url found for submodule path 'corbos-linux-tests' in .gitmodules
---
I am confused because the repository does not have any submodules.
I will be grateful for any help.
Best Regards,
Kom