Skip to content

Commit

Permalink
Merge pull request #188 from projectsyn/bug/no-git-implementation-found
Browse files Browse the repository at this point in the history
Register Gitlab implemenation
  • Loading branch information
glrf authored Aug 9, 2021
2 parents 2afe30c + 3c2beb9 commit 0f634b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/gitrepo/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import (
"fmt"

synv1alpha1 "github.com/projectsyn/lieutenant-operator/api/v1alpha1"

// Register Gitrepo implementation - DONOT REMOVE
_ "github.com/projectsyn/lieutenant-operator/git"
"github.com/projectsyn/lieutenant-operator/git/manager"
"github.com/projectsyn/lieutenant-operator/pipeline"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down

0 comments on commit 0f634b3

Please sign in to comment.