ndk-release-checksums.py: fix crash, there is no version here

This commit is contained in:
Hans-Christoph Steiner 2021-05-28 10:32:09 +02:00
parent 153b5d4392
commit 52ac0f0176
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ if git_repo.is_dirty() and 'fdroidserver/common.py' in modified:
'source_branch': branch.name,
'target_project_id': 36527, # fdroid/fdroidserver
'target_branch': 'master',
'title': 'update to gradle v' + version,
'title': 'update NDK',
'description': description,
'labels': ['fdroid-bot', 'buildserver'],
'remove_source_branch': True,