mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
feat: Forgejo has support for support services.<id>.cmd
This commit is contained in:
parent
cbdb42093b
commit
7ef85d2a14
1 changed files with 4 additions and 0 deletions
|
@ -1913,6 +1913,10 @@
|
|||
"type": "non-empty-string",
|
||||
"description": "Use `jobs.<job_id>.container.options` to configure additional Docker container resource options."
|
||||
},
|
||||
"cmd": {
|
||||
"type": "sequence-of-non-empty-string",
|
||||
"description": "Use `jobs.<job_id>.container.cmd` to specify the command to run instead of the default."
|
||||
},
|
||||
"env": "container-env",
|
||||
"ports": {
|
||||
"type": "sequence-of-non-empty-string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue