mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-01 20:22:21 +00:00
directory key is allowed for services (#4127)
This commit is contained in:
parent
f2060db5c0
commit
6f03102c68
2 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,4 @@ services:
|
|||
image: mysql
|
||||
cache:
|
||||
image: redis
|
||||
directory: /tmp/
|
||||
|
|
|
@ -842,6 +842,9 @@
|
|||
"environment": {
|
||||
"$ref": "#/definitions/step_environment"
|
||||
},
|
||||
"directory": {
|
||||
"$ref": "#/definitions/step_directory"
|
||||
},
|
||||
"secrets": {
|
||||
"$ref": "#/definitions/step_secrets"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue