Skip to content

Commit

Permalink
Delete docker.go
Browse files Browse the repository at this point in the history
Was not used or implemented
  • Loading branch information
ccremer committed Mar 4, 2020
1 parent 29bb860 commit 8edfc6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Expand Up @@ -34,7 +34,7 @@ func NewCleanupCommand(build Build) *cobra.Command {

cmds.PersistentFlags().StringVarP(&o.LogLevel, "verbosity", "v", "info", "Log level to use")

cmds.AddCommand(NewTagsCommand())
cmds.AddCommand(
cmds.AddCommand(NewImageStreamCleanupCommand())

return cmds
Expand Down
32 changes: 0 additions & 32 deletions cmd/docker.go

This file was deleted.

0 comments on commit 8edfc6e

Please sign in to comment.