gitea-ci: no printear el log de los comandos

This commit is contained in:
Cat /dev/Nulo 2023-01-29 22:03:37 -03:00
parent 0320f9f88f
commit c52c707530
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ type run struct {
}
func (r *run) Write(p []byte) (n int, err error) {
log.Println(string(p))
r.mutex.Lock()
defer r.mutex.Unlock()
r.previous = append(r.previous, p...)