Skip to content

Commit 7f359e7

Browse files
padenottomrittervg
authored andcommitted
Handle aomedia repo in repo_and_commit_url
1 parent d0c127b commit 7f359e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scmprovider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
def repo_and_commit_to_url(repo, commit):
17-
if "https://chromium.googlesource.com" in repo:
17+
if "https://chromium.googlesource.com" or 'https://https://aomedia.googlesource.com' in repo:
1818
return repo + "/+/" + commit
1919

2020
# gitlab wants https://domain.com/org/project/-/commit/sha

0 commit comments

Comments
 (0)