1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-05 10:20:36 +02:00
woodpecker/pipeline
Florian Märkl 4879e922c1
Avoid calling /bin/env in local backend (#1011)
/bin/env was used to resolve a command name against PATH and pass
additional environment variables.
All of this can also be achieved using functionality already provided by
go's exec lib, which will then internally pass the appropriate arguments
to e.g. execve.
2022-07-04 20:27:17 +02:00
..
backend Avoid calling /bin/env in local backend (#1011) 2022-07-04 20:27:17 +02:00
frontend fix regression from 81dcdea2be (missmatch) 2022-06-16 23:11:27 +02:00
multipart Remove unused code (#797) 2022-02-25 21:42:45 +01:00
rpc Add agent tagging / filtering for pipelines (#902) 2022-05-31 01:12:18 +02:00
samples Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
schema Add support for steps to be a list (instead of dict) (#826) 2022-06-13 23:13:09 +02:00
shared Fix multiline secrets replacer (#700) 2022-01-16 22:57:37 +01:00
error_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
error.go Add linter misspell (#530) 2021-11-24 02:01:12 +01:00
logger.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
option_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
option.go Make pipeline runtime log with description (#970) 2022-06-15 18:11:20 +02:00
pipeline.go Make pipeline runtime log with description (#970) 2022-06-15 18:11:20 +02:00
tracer.go Fix various typos (#416) 2021-10-08 18:35:56 +02:00