For now disable flatpak_create_dockerfile plugin this time in the worker build

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-07-05 21:45:47 +02:00
parent 5f48e5600b
commit 56e82564ee

View file

@ -3,6 +3,10 @@
{
"plugin_type": "prebuild_plugins",
"plugin_name": "fetch_maven_artifacts"
},
{
"plugin_type": "prebuild_plugins",
"plugin_name": "flatpak_create_dockerfile"
}
],