Skip to content

Commit e355f5c

Browse files
committed
Removed references to MysqlCli component
Signed-off-by: Lou Marvin Caraig <[email protected]>
1 parent 86f97a1 commit e355f5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmdtests/prune_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ func (s *PruneTestSuite) requireNoImages() {
113113
components.Daemon,
114114
components.Gitbase,
115115
components.GitbaseWeb,
116-
components.MysqlCli,
117116
components.Bblfshd,
118117
components.BblfshWeb,
119118
} {

components/components.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ func List(ctx context.Context, allVersions bool, filters ...FilterFunc) ([]Compo
214214
Daemon,
215215
Gitbase,
216216
GitbaseWeb,
217-
MysqlCli,
218217
Bblfshd,
219218
BblfshWeb,
220219
}

0 commit comments

Comments
 (0)