mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
5b8e8cbdde
2 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,4 @@ services:
|
||||||
image: mysql
|
image: mysql
|
||||||
cache:
|
cache:
|
||||||
image: redis
|
image: redis
|
||||||
|
directory: /tmp/
|
||||||
|
|
|
@ -842,6 +842,9 @@
|
||||||
"environment": {
|
"environment": {
|
||||||
"$ref": "#/definitions/step_environment"
|
"$ref": "#/definitions/step_environment"
|
||||||
},
|
},
|
||||||
|
"directory": {
|
||||||
|
"$ref": "#/definitions/step_directory"
|
||||||
|
},
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"$ref": "#/definitions/step_secrets"
|
"$ref": "#/definitions/step_secrets"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue