Commit Graph

4 Commits

Author SHA1 Message Date
Raul Cabello Martin 873e7ba2a8
Remove tekton for cloning git repos (#302)
* Remove tekton

Tekton was used to clone a git repository in an init container. This
is replaced  by an internal tool called gitcloner that uses go-git to clone the
repositories.

gitcloner is a cli tool that clones a specific branch of a git
repository.

GitJob uses gitcloner in an init-container to clone a git repository
into a emptyDir volume. Then the job container uses this emptyDir volume
that contains the repo cloned
2023-09-20 11:31:14 +02:00
Silvio Moioli 1a715165be
Use debugger-friendly compile settings if DEBUG is set
Signed-off-by: Silvio Moioli <silvio@moioli.net>
2022-09-23 15:37:47 +02:00
Daishan 32b9596355 Rename crd and groups, add CA and skipssl 2020-08-12 11:42:29 -07:00
Daishan 7f4eca3cb5 Initial commit 2020-06-25 10:54:34 -07:00