woodpecker/cmd/drone-server
Anbraten 289f0c9ad6
Change pipeline config path resolution (#299)
# Config resolution
- pipeline-config setting empty / not specified (default): `.woodpecker/` => `.woodpecker.yml` => `.drone.yml`
- pipeline-config setting defined by user: try that file / folder and no fallback (if a user sets some special value that is normally done for some reason)

# Changes
- pipeline-config setting will be empty by default
- remove fallback setting for config loading (simplifies config)

---
closes #133

---

* adjust config fetching mechanism

* default path empty

* remove fallback flag from ui and db
2021-09-17 21:40:43 +02:00
..
flags.go Change pipeline config path resolution (#299) 2021-09-17 21:40:43 +02:00
main.go Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
server.go Add flag for specific grpc server addr (#295) 2021-09-09 18:34:29 +02:00
setup.go Enforce code format (#228) 2021-06-22 12:34:35 +02:00