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:
baude
2019-03-12 12:59:56 -05:00
parent 8b3f759800
commit c8ca027938
4 changed files with 6 additions and 4 deletions

View File

@ -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
}