mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-03 15:22:25 +02:00
directory key is allowed for services (#4127)
This commit is contained in:
parent
f2060db5c0
commit
6f03102c68
@ -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…
x
Reference in New Issue
Block a user