mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
289f0c9ad6
# 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 |
||
---|---|---|
.. | ||
build.go | ||
build_test.go | ||
cc.go | ||
cc_test.go | ||
config.go | ||
const.go | ||
environ.go | ||
event.go | ||
feed.go | ||
file.go | ||
netrc.go | ||
perm.go | ||
proc.go | ||
queue.go | ||
registry.go | ||
repo.go | ||
resource_limit.go | ||
secret.go | ||
secret_test.go | ||
sender.go | ||
settings.go | ||
team.go | ||
user.go | ||
user_test.go |