woodpecker/pipeline/frontend/yaml/compiler
Anbraten 6ae7e2cc4f
Fix uppercase from_secrets (#842)
Secret names where matched based on their lowercase value already just the conversion to lowercase for `from_secrets` was missing.
2022-03-19 12:34:32 +01:00
..
cacher.go Move plugin config to root.pipeline.[step].settings (#464) 2021-12-04 16:44:18 +01:00
compiler.go Add support for default clone image environment variable (#769) 2022-02-10 17:05:19 +01:00
convert.go Get secrets in settings (#604) 2021-12-13 13:33:07 -06:00
image.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
image_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
option.go Add support for default clone image environment variable (#769) 2022-02-10 17:05:19 +01:00
option_test.go Add support for default clone image environment variable (#769) 2022-02-10 17:05:19 +01:00
params.go Fix uppercase from_secrets (#842) 2022-03-19 12:34:32 +01:00
params_test.go Fix uppercase from_secrets (#842) 2022-03-19 12:34:32 +01:00
script_posix.go Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
script_posix_test.go Remove github.com/kr/pretty in favor of assert.EqualValues() (#564) 2021-12-04 13:23:33 +01:00
script_win.go Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00