Closed christianlupus closed 1 month ago
I had a bug introduced in #228 that I just saw now. I had forgotten to remove the --depth 1 from the git command, although it will be provided by means of CLONE_PARAMS. This is just a quick fix to get it running.
--depth 1
CLONE_PARAMS
I had a bug introduced in #228 that I just saw now. I had forgotten to remove the
--depth 1
from the git command, although it will be provided by means ofCLONE_PARAMS
. This is just a quick fix to get it running.