Skip to content

Commit

Permalink
Versions: Fix remove own repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 8, 2024
1 parent e5ac8f6 commit 34ae82a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions github_app_geo_project/module/versions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,13 @@ async def process(
status.url = (
f"https://github.com/{context.github_project.owner}/{context.github_project.repository}"
)
_apply_additional_packages(context)
_update_upstream_versions(context)

module_utils.manage_updated_separated(
context.transversal_status.updated, context.transversal_status.repositories, key
)

_apply_additional_packages(context)
_update_upstream_versions(context)

repo = context.github_project.repo
stabilization_versions = []
security_file = None
Expand Down

0 comments on commit 34ae82a

Please sign in to comment.