gitea-ci: no printear el log de los comandos
This commit is contained in:
parent
0320f9f88f
commit
c52c707530
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ type run struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *run) Write(p []byte) (n int, err error) {
|
func (r *run) Write(p []byte) (n int, err error) {
|
||||||
log.Println(string(p))
|
|
||||||
r.mutex.Lock()
|
r.mutex.Lock()
|
||||||
defer r.mutex.Unlock()
|
defer r.mutex.Unlock()
|
||||||
r.previous = append(r.previous, p...)
|
r.previous = append(r.previous, p...)
|
||||||
|
|
Loading…
Reference in a new issue