This commit is contained in:
parent
533434fe43
commit
e5af5494f4
|
@ -206,7 +206,10 @@ func BuildHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
setCmdEnv(cmd, username)
|
setCmdEnv(cmd, username)
|
||||||
|
|
||||||
cmd.Start()
|
out, _ := cmd.CombinedOutput()
|
||||||
|
if len(out) > 0 {
|
||||||
|
glog.Warning(string(out))
|
||||||
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue