This commit is contained in:
Liang Ding 2014-12-23 09:45:03 +08:00
parent 2dface044e
commit 594a02115b
1 changed files with 0 additions and 2 deletions

View File

@ -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()