Add fromConfig remove logging

This commit is contained in:
Johan Haals
2021-01-19 11:51:19 +01:00
parent a41a94b4b5
commit a532d9d124
15 changed files with 32 additions and 165 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export default async function createPlugin({
templaters.register('cra', craTemplater);
const preparers = await Preparers.fromConfig(config, { logger });
const publishers = await Publishers.fromConfig(config, { logger });
const publishers = await Publishers.fromConfig(config);
const dockerClient = new Docker();