Disable also flatpak_create_oci plugin

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-04-16 09:43:58 +02:00
parent 92440ad515
commit 480524ffb0

View file

@ -19,6 +19,10 @@
{
"plugin_type": "prebuild_plugins",
"plugin_name": "flatpak_create_dockerfile"
},
{
"plugin_type": "prepublish_plugins",
"plugin_name": "flatpak_create_oci"
}
],