From 56e82564eefeb37d6388485655f1f58b353f1c65 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 5 Jul 2018 21:45:47 +0200 Subject: [PATCH] For now disable flatpak_create_dockerfile plugin this time in the worker build Signed-off-by: Clement Verna --- files/osbs/worker_customize.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/osbs/worker_customize.json b/files/osbs/worker_customize.json index 09700b197d..5acab8544d 100644 --- a/files/osbs/worker_customize.json +++ b/files/osbs/worker_customize.json @@ -3,6 +3,10 @@ { "plugin_type": "prebuild_plugins", "plugin_name": "fetch_maven_artifacts" + }, + { + "plugin_type": "prebuild_plugins", + "plugin_name": "flatpak_create_dockerfile" } ],