debug
This commit is contained in:
parent
0331727bfd
commit
ae6c533397
1
main.go
1
main.go
@ -159,7 +159,6 @@ func logWorkflow(argo_file_path string, stepMax int, pipe io.ReadCloser, wg *syn
|
|||||||
|
|
||||||
watch_output := make([]string, 0)
|
watch_output := make([]string, 0)
|
||||||
scanner := bufio.NewScanner(pipe)
|
scanner := bufio.NewScanner(pipe)
|
||||||
|
|
||||||
for scanner.Scan() {
|
for scanner.Scan() {
|
||||||
log := scanner.Text()
|
log := scanner.Text()
|
||||||
watch_output = append(watch_output, log)
|
watch_output = append(watch_output, log)
|
||||||
|
Loading…
Reference in New Issue
Block a user