Skip to content

Commit

Permalink
Make goReport happy, again
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd authored and nicolaferraro committed Oct 5, 2018
1 parent 589711d commit 192174d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/build/packager/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ type PublishedImage struct {
// PublishedImagesLister allows to list all images already published
type PublishedImagesLister interface {
ListPublishedImages() ([]PublishedImage, error)
}
}
3 changes: 1 addition & 2 deletions pkg/stub/action/context/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package context

import (
"context"

"github.com/apache/camel-k/pkg/platform"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down Expand Up @@ -117,5 +118,3 @@ func (action *buildAction) informIntegrations(context *v1alpha1.IntegrationConte
}
return nil
}


2 changes: 1 addition & 1 deletion pkg/util/openshift/openshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ func IsOpenShift() (bool, error) {
return false, err
}
return true, nil
}
}

0 comments on commit 192174d

Please sign in to comment.