Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ func startEx(context *Context, commandstr string, options []map[string]interface
isGoFile := strings.HasSuffix(executable, ".go")
if isGoFile {
cmdstr := "go install"
if context == nil || context.FileEvent == nil {
util.Info(context.Task.Name, "rebuilding with -a to ensure clean build (might take awhile)\n")
cmdstr += " -a"
}
_, err = Run(cmdstr, m)
if err != nil {
return err
Expand Down