Skip to content

Commit

Permalink
Merge pull request #1653 from 24sama/master
Browse files Browse the repository at this point in the history
cleanup(kk): remove greeting module
  • Loading branch information
ks-ci-bot authored Dec 13, 2022
2 parents 1df2089 + 7367070 commit 5b4dab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/kk/cmd/artifact/images/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
"github.com/kubesphere/kubekey/cmd/kk/cmd/options"
"github.com/kubesphere/kubekey/cmd/kk/cmd/util"
"github.com/kubesphere/kubekey/cmd/kk/pkg/artifact"
"github.com/kubesphere/kubekey/cmd/kk/pkg/bootstrap/precheck"
"github.com/kubesphere/kubekey/cmd/kk/pkg/common"
"github.com/kubesphere/kubekey/cmd/kk/pkg/core/module"
"github.com/kubesphere/kubekey/cmd/kk/pkg/core/pipeline"
Expand Down Expand Up @@ -122,7 +121,6 @@ func newImagesPushPipeline(runtime *common.KubeRuntime) error {
noArtifact := runtime.Arg.Artifact == ""

m := []module.Module{
&precheck.GreetingsModule{},
&artifact.UnArchiveModule{Skip: noArtifact},
&images.CopyImagesToRegistryModule{ImagePath: runtime.Arg.ImagesDir},
&filesystem.ChownWorkDirModule{},
Expand Down

0 comments on commit 5b4dab2

Please sign in to comment.