Skip to content

Commit

Permalink
feat: 安装预设插件锁定版本(closed #2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpyoung3 committed Nov 11, 2024
1 parent 98fe3c8 commit d8e815c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/subscription/steps/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ def get_biz_version(self, package: models.Packages, plugin_version_config: Dict[
),
None,
)

os_cpu__biz_pkg_map = {}
if biz_version and version.Version(package.version) > version.Version(biz_version):
packages = self.get_packages(package.project, biz_version, biz_version)
Expand Down

0 comments on commit d8e815c

Please sign in to comment.