fix: 🐛 log error while removing buildkit instead of returning one
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
0611eec75b
commit
75c275c600
@ -65,7 +65,7 @@ func checkBuildkit(ctx context.Context) error {
|
||||
lg.Debug().Msg("no buildkit daemon detected")
|
||||
|
||||
if err := removeBuildkit(ctx); err != nil {
|
||||
return err
|
||||
lg.Debug().Msg("Error while removing Buildkit")
|
||||
}
|
||||
|
||||
if err := installBuildkit(ctx); err != nil {
|
||||
|
Reference in New Issue
Block a user