summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-03-12 12:59:56 -0500
committerbaude <bbaude@redhat.com>2019-03-13 12:10:35 -0500
commitc8ca027938b397d52a3064c5b5b10f6707e5f38c (patch)
tree336b80a2b18f93ee6870ac168c5bd692a82ad368 /libpod
parent8b3f759800ebd6e53e0a807728ede633aa9bdb36 (diff)
downloadpodman-c8ca027938b397d52a3064c5b5b10f6707e5f38c.tar.gz
podman-c8ca027938b397d52a3064c5b5b10f6707e5f38c.tar.bz2
podman-c8ca027938b397d52a3064c5b5b10f6707e5f38c.zip
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>
Diffstat (limited to 'libpod')
-rw-r--r--libpod/runtime_volume_unsupported.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime_volume_unsupported.go b/libpod/runtime_volume_unsupported.go
index d87459759..5fe487114 100644
--- a/libpod/runtime_volume_unsupported.go
+++ b/libpod/runtime_volume_unsupported.go
@@ -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
}