mirror of
https://github.com/containers/podman.git
synced 2025-06-21 17:38:12 +08:00
Add gating tasks
to protect against regressions, we need to add a few gating tasks: * build with varlink * build podman-remote * build podman-remote-darwin we already have a gating task for building without varlink Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"context"
|
||||
)
|
||||
|
||||
func (r *Runtime) removeVolume(ctx context.Context, v *Volume, force, prune bool) error {
|
||||
func (r *Runtime) removeVolume(ctx context.Context, v *Volume, force bool) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user