Disable import_image plugin in prod

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-05-16 13:55:11 +02:00
parent e4055e1d87
commit 12ba282425

View file

@ -23,6 +23,10 @@
{
"plugin_type": "prepublish_plugins",
"plugin_name": "flatpak_create_oci"
},
{
"plugin_type": "postbuild_plugins",
"plugin_name": "import_image"
}
],