Enable osbs flatpak plugin in prod

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-08-20 08:47:17 +02:00
parent 0b476a1bc6
commit bfd549c917
2 changed files with 4 additions and 16 deletions

View file

@ -3,13 +3,7 @@
{
"plugin_type": "exit_plugins",
"plugin_name": "import_image"
},
{
"plugin_type": "prebuild_plugins",
"plugin_name": "flatpak_create_dockerfile"
}
],
"enable_plugins": [
]
}
"enable_plugins": []
}

View file

@ -3,13 +3,7 @@
{
"plugin_type": "prebuild_plugins",
"plugin_name": "fetch_maven_artifacts"
},
{
"plugin_type": "prebuild_plugins",
"plugin_name": "flatpak_create_dockerfile"
}
],
"enable_plugins": [
]
}
"enable_plugins": []
}