Skip to content

Commit

Permalink
feat(STONEINTG-619): remove loader/integration.go
Browse files Browse the repository at this point in the history
* The functions within loader/integration.go
  are not used in the integration-service any more
  and are causing unneeded churn for updating to
  Tekton v1 APIs

Signed-off-by: dirgim <[email protected]>
  • Loading branch information
dirgim committed Nov 9, 2023
1 parent dc227ab commit e3e6b39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 396 deletions.
2 changes: 1 addition & 1 deletion controllers/buildpipeline/buildpipeline_adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import (
ctrl "sigs.k8s.io/controller-runtime"

applicationapiv1alpha1 "github.com/redhat-appstudio/application-api/api/v1alpha1"
tektonv1 "github.com/tektoncd/pipeline/pkg/apis/pipeline/v1"
toolkit "github.com/redhat-appstudio/operator-toolkit/loader"
tektonv1 "github.com/tektoncd/pipeline/pkg/apis/pipeline/v1"
"github.com/tonglil/buflogr"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
Expand Down
57 changes: 0 additions & 57 deletions loader/integration.go

This file was deleted.

Loading

0 comments on commit e3e6b39

Please sign in to comment.