mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +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"
|
raise Exception, "No credentials"
|
||||||
gh_username = github_username
|
gh_username = github_username
|
||||||
gh_password = github_password
|
gh_password = github_password
|
||||||
|
repo = repo_map[os.path.basename(repo)]
|
||||||
data = {
|
data = {
|
||||||
'tag_name': tag_name,
|
'tag_name': tag_name,
|
||||||
'target_commitish': 'master',
|
'target_commitish': 'master',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user