woodpecker/pipeline/frontend/yaml/compiler
qwerty287 f6cac78119
Allow to change directory for steps (#1329)
Add `directory` YAML key that changes the workdir. Can replace a `cd`
before your commands start or make it possible to run plugins in a
subdirectory.
2022-10-24 16:31:06 +02:00
..
settings Add support sub-settings and secrets in sub-settings (#1221) 2022-10-03 19:25:43 +02:00
cacher.go Move plugin config to root.pipeline.[step].settings (#464) 2021-12-04 16:44:18 +01:00
compiler.go Add when evaluate filter (#1213) 2022-10-06 01:49:23 +02:00
convert.go Allow to change directory for steps (#1329) 2022-10-24 16:31:06 +02: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 Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
option_test.go use example.com instead of foo.com (#1188) 2022-09-14 15:20:27 +02:00
script_posix.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02: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 Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00