Skip to content

Commit

Permalink
Delete all patches after release
Browse files Browse the repository at this point in the history
  • Loading branch information
koryaga authored and github-actions[bot] committed Feb 1, 2023
1 parent 35657a2 commit 61449a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
2 changes: 0 additions & 2 deletions kubemarine/patches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
from typing import List

from kubemarine.core.patch import Patch
from kubemarine.patches.p1_mandatory_packages_off import MandatoryPackagesOff

patches: List[Patch] = [
MandatoryPackagesOff()
]
"""List of patches which can be executed strictly in the declared order"""
50 changes: 0 additions & 50 deletions kubemarine/patches/p1_mandatory_packages_off.py

This file was deleted.

0 comments on commit 61449a6

Please sign in to comment.