1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-11-09 02:12:17 -05:00
committed by GitHub
parent bb99d5cb6d
commit 023d03dd61
49 changed files with 76 additions and 76 deletions

View File

@@ -40,7 +40,7 @@ var notAllowedEnvVarOverwrites = []string{
}
type local struct {
// TODO: make cmd a cmd list to itterate over, the hard part is to have a common ReadCloser
// TODO: make cmd a cmd list to iterate over, the hard part is to have a common ReadCloser
cmd *exec.Cmd
output io.ReadCloser
workingdir string