ansible/files/osbs/worker_customize.json
Clement Verna 56e82564ee For now disable flatpak_create_dockerfile plugin this time in the worker build
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-07-05 21:45:47 +02:00

15 lines
No EOL
307 B
JSON

{
"disable_plugins": [
{
"plugin_type": "prebuild_plugins",
"plugin_name": "fetch_maven_artifacts"
},
{
"plugin_type": "prebuild_plugins",
"plugin_name": "flatpak_create_dockerfile"
}
],
"enable_plugins": [
]
}