Merge pull request #32121 from allencloud/remove-redundant-comment-in-test-build

remove redundant comments in test build.go
This commit is contained in:
Akihiro Suda 2017-03-27 14:40:37 +09:00 committed by GitHub
commit e5d474e856

View file

@ -21,9 +21,8 @@ func WithoutCache(cmd *icmd.Cmd) func() {
return nil
}
// WithContextPath set the build context path
// WithContextPath sets the build context path
func WithContextPath(path string) func(*icmd.Cmd) func() {
// WithContextPath sets the build context path
return func(cmd *icmd.Cmd) func() {
cmd.Command = append(cmd.Command, path)
return nil