ported op.#FetchGit to engine.#GitPull

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-20 12:47:42 -07:00
parent 2531d17ea6
commit 7ca84282be
4 changed files with 98 additions and 2 deletions

View File

@@ -12,10 +12,12 @@ package engine
// Pull a directory from a git remote
#GitPull: {
@dagger(notimplemented)
$dagger: task: _name: "GitPull"
remote: string
ref: string
auth: {
token?: #Secret
header?: #Secret
}
output: #FS
}