Drop ".drone.yml" as default pipeline config (#1795)

it did make sense to have it still supported within v0.15.0,

but as we move future away and with the release of v1.0.0
we should not give the appearance of still support the original drone
v0.8 config
This commit is contained in:
6543
2023-05-31 16:02:20 +02:00
committed by GitHub
parent 540ad108df
commit f5a85d21be
15 changed files with 20 additions and 21 deletions

View File

@@ -28,7 +28,6 @@ var DefaultConfigOrder = [...]string{
".woodpecker/",
".woodpecker.yaml",
".woodpecker.yml",
".drone.yml",
}
const (