Skip to content

Commit

Permalink
Merge pull request #340 from camptocamp/fix
Browse files Browse the repository at this point in the history
Versions: Fix remove own repository
  • Loading branch information
sbrunner authored Jun 8, 2024
2 parents a02b205 + 34ae82a commit 973b700
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 973b700

Please sign in to comment.