stdlib: #FetchGit extra args
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
a79f10a9bb
commit
471b578671
@ -77,9 +77,13 @@ package op
|
||||
}
|
||||
|
||||
#FetchGit: {
|
||||
do: "fetch-git"
|
||||
remote: string
|
||||
ref: string
|
||||
do: "fetch-git"
|
||||
remote: string
|
||||
ref: string
|
||||
keepGitDir?: bool
|
||||
// FIXME: the two options are currently ignored until we support buildkit secrets
|
||||
authTokenSecret?: string | bytes
|
||||
authHeaderSecret?: string | bytes
|
||||
}
|
||||
|
||||
#Copy: {
|
||||
|
Reference in New Issue
Block a user