SFTtech / kevin

A simple-stupid self-hostable continuous integration service. :see_no_evil:
GNU Affero General Public License v3.0
110 stars 17 forks source link

Let chantal only clone the needed branch #43

Open TheJJ opened 4 years ago

TheJJ commented 4 years ago

Currently, the whole repo is cloned for a job. If the repo has many branches and unneccessary stuff, the clone takes quite some time and traffic, even though the needed branch may be much smaller.

-> Update the git clone call to only fetch the needed commit (and its ancestors).

fabiobarkoski commented 1 year ago

Can I try to work on this issue?

TheJJ commented 1 year ago

sure! come by in the chat if you have any questions :)