This commit is contained in:
2025-08-15 07:09:40 +02:00
parent e77f923cd2
commit e030309b7f
27 changed files with 167 additions and 285 deletions

View File

@@ -18,7 +18,7 @@ pub mut:
// checkout a code repository on right location
pub fn (mut r DockerBuilderRecipe) add_codeget(args_ CodeGetArgs) ! {
mut args := args_
mut gs := gittools.get(coderoot: '${r.path()}/code')!
mut gs := gittools.new(coderoot: '${r.path()}/code')!
mut gr := gs.get_repo(url: args.url, pull: args.pull, reset: args.reset)!
if args.name == '' {