mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 04:33:48 +00:00
ci: fix yaml string
This commit is contained in:
parent
58379a1d10
commit
2816cc49c3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ variables:
|
||||||
# Dockerfile changes
|
# Dockerfile changes
|
||||||
- 'docker/**'
|
- 'docker/**'
|
||||||
# pipeline config changes
|
# pipeline config changes
|
||||||
- .woodpecker/docker.yaml
|
- '.woodpecker/docker.yaml'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
vendor:
|
vendor:
|
||||||
|
|
Loading…
Reference in a new issue