diff --git a/output/outputs.go b/output/outputs.go index 492fd0e..e956c05 100644 --- a/output/outputs.go +++ b/output/outputs.go @@ -310,8 +310,6 @@ func BuildHandler(w http.ResponseWriter, r *http.Request) { setCmdEnv(cmd, username) executable := filepath.Base(curDir) + suffix - logger.Debugf("go build for [%s]", executable) - executable = filepath.Join(curDir, executable) stdout, err := cmd.StdoutPipe()