From bfd549c917a79c5e1a26c4bc205c78da99204566 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 20 Aug 2018 08:47:17 +0200 Subject: [PATCH] Enable osbs flatpak plugin in prod Signed-off-by: Clement Verna --- files/osbs/orchestrator_customize.json | 10 ++-------- files/osbs/worker_customize.json | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/files/osbs/orchestrator_customize.json b/files/osbs/orchestrator_customize.json index e8a69077dd..4726511b94 100644 --- a/files/osbs/orchestrator_customize.json +++ b/files/osbs/orchestrator_customize.json @@ -3,13 +3,7 @@ { "plugin_type": "exit_plugins", "plugin_name": "import_image" - }, - { - "plugin_type": "prebuild_plugins", - "plugin_name": "flatpak_create_dockerfile" } ], - - "enable_plugins": [ - ] -} \ No newline at end of file + "enable_plugins": [] +} diff --git a/files/osbs/worker_customize.json b/files/osbs/worker_customize.json index 5acab8544d..e47abdc18e 100644 --- a/files/osbs/worker_customize.json +++ b/files/osbs/worker_customize.json @@ -3,13 +3,7 @@ { "plugin_type": "prebuild_plugins", "plugin_name": "fetch_maven_artifacts" - }, - { - "plugin_type": "prebuild_plugins", - "plugin_name": "flatpak_create_dockerfile" } ], - - "enable_plugins": [ - ] -} \ No newline at end of file + "enable_plugins": [] +}