lint: remove dead code
This commit is contained in:
parent
8dfe5ec25c
commit
9bef739621
1 changed files with 0 additions and 7 deletions
|
|
@ -175,10 +175,3 @@ func (job *Job) Run(uploader LocalTargetUploader) (*common.ComposeResult, error)
|
||||||
|
|
||||||
return &result, nil
|
return &result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func runCommand(command string, params ...string) error {
|
|
||||||
cp := exec.Command(command, params...)
|
|
||||||
cp.Stderr = os.Stderr
|
|
||||||
cp.Stdout = os.Stdout
|
|
||||||
return cp.Run()
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue