Commit Graph

3 Commits

Author SHA1 Message Date
Raul Cabello Martin 4d30c6a718
Fix azure devops git clone error (#400)
* fix git clone in azure devops

* Add unit tests

* Fix imports
2024-01-08 10:26:20 +01:00
Raul Cabello Martin 08c9390c1f
remove s390x (#381) 2023-12-14 15:31:32 +01:00
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