mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Enable "run->rm" cycle on e2e-aci
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
7ff1899021
commit
b98f45eb28
2 changed files with 22 additions and 23 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
|
@ -34,7 +35,7 @@ func RmCommand() *cobra.Command {
|
|||
errs = append(errs, err.Error())
|
||||
continue
|
||||
}
|
||||
println(id)
|
||||
fmt.Println(id)
|
||||
}
|
||||
|
||||
if len(errs) > 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue