stages/ostree.pull: add remote parameter
Add an optional `remote` parameter that can be used to specify the the remote to track for the pulled commits.
This commit is contained in:
parent
4459a37a66
commit
7ea9796d9b
3 changed files with 14 additions and 2 deletions
|
|
@ -813,7 +813,8 @@
|
|||
{
|
||||
"type": "org.osbuild.ostree.pull",
|
||||
"options": {
|
||||
"repo": "/ostree/repo"
|
||||
"repo": "/ostree/repo",
|
||||
"remote": "osbuild"
|
||||
},
|
||||
"inputs": {
|
||||
"commits": {
|
||||
|
|
|
|||
|
|
@ -253,7 +253,8 @@
|
|||
{
|
||||
"type": "org.osbuild.ostree.pull",
|
||||
"options": {
|
||||
"repo": "/ostree/repo"
|
||||
"repo": "/ostree/repo",
|
||||
"remote": "osbuild"
|
||||
},
|
||||
"inputs": {
|
||||
"commits": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue