mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
use repo map
This commit is contained in:
parent
456f79650a
commit
0e30ec02f0
@ -44,6 +44,7 @@ def create_github_release(owner, repo, tag_name, log, gh_username=None, gh_passw
|
||||
raise Exception, "No credentials"
|
||||
gh_username = github_username
|
||||
gh_password = github_password
|
||||
repo = repo_map[os.path.basename(repo)]
|
||||
data = {
|
||||
'tag_name': tag_name,
|
||||
'target_commitish': 'master',
|
||||
|
Loading…
Reference in New Issue
Block a user