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: {
|
#FetchGit: {
|
||||||
do: "fetch-git"
|
do: "fetch-git"
|
||||||
remote: string
|
remote: string
|
||||||
ref: string
|
ref: string
|
||||||
|
keepGitDir?: bool
|
||||||
|
// FIXME: the two options are currently ignored until we support buildkit secrets
|
||||||
|
authTokenSecret?: string | bytes
|
||||||
|
authHeaderSecret?: string | bytes
|
||||||
}
|
}
|
||||||
|
|
||||||
#Copy: {
|
#Copy: {
|
||||||
|
Reference in New Issue
Block a user