We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c127b commit 4d10d5dCopy full SHA for 4d10d5d
components/scmprovider.py
@@ -14,7 +14,7 @@
14
15
16
def repo_and_commit_to_url(repo, commit):
17
- if "https://chromium.googlesource.com" in repo:
+ if "https://chromium.googlesource.com" or 'https://https://aomedia.googlesource.com' in repo:
18
return repo + "/+/" + commit
19
20
# gitlab wants https://domain.com/org/project/-/commit/sha
0 commit comments