mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
5e1171d7a7
Closes https://github.com/woodpecker-ci/woodpecker/issues/1615 The error described in https://github.com/woodpecker-ci/woodpecker/issues/1615 is happening because `Tail` method of the docker backend closes the instance of `io.ReadCloser` it returns in `defer` function. As a result anything that try to read data returned by `Tail` method eventually will attempt to read from closes reader and get an error: |
||
---|---|---|
.. | ||
backend | ||
frontend | ||
multipart | ||
rpc | ||
samples | ||
schema | ||
shared | ||
drone_compatibility.go | ||
error.go | ||
error_test.go | ||
logger.go | ||
option.go | ||
option_test.go | ||
pipeline.go | ||
stepBuilder.go | ||
stepBuilder_test.go | ||
tracer.go |