#927 osbs: try to disable the import_image plugin in the worker customization
Merged 2 years ago by cverna. Opened 2 years ago by cverna.
fedora-infra/ cverna/ansible disable_import_image_plugin_osbs  into  main

@@ -3,6 +3,10 @@ 

          {

              "plugin_type": "prebuild_plugins",

              "plugin_name": "fetch_maven_artifacts"

+         },

+         {

+             "plugin_type": "exit_plugins",

+             "plugin_name": "import_image"

          }

      ],

      "enable_plugins": []

Pull-Request has been merged by cverna

2 years ago
Metadata