Fully support .yaml (#1713)

Follow-up to https://github.com/woodpecker-ci/woodpecker/pull/1388
Closes https://github.com/woodpecker-ci/woodpecker/issues/1073

---------

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
qwerty287
2023-04-29 10:12:36 +02:00
committed by GitHub
parent 2dd1b4f777
commit cfdb32ae45
5 changed files with 8 additions and 8 deletions

View File

@@ -26,8 +26,8 @@ var PrivilegedPlugins = []string{
// folders are indicated by supplying a trailing /
var DefaultConfigOrder = [...]string{
".woodpecker/",
".woodpecker.yml",
".woodpecker.yaml",
".woodpecker.yml",
".drone.yml",
}