Skip to content

Commit

Permalink
Update tools/publish_modules.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stéphane Bidoul <[email protected]>
  • Loading branch information
alexey-pelykh and sbidoul authored Jun 14, 2020
1 parent e31a405 commit acf06ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def register_repository(driver, repository):
def scan_repository(driver, org, repository, branch, force_scan, scan_skip_empty):
wait = WebDriverWait(driver, 300)
for protocol in ('https', 'ssh'):
repository_url = url(repository, protocol='ssh', org_name=org) + '#' + branch
repository_url = url(repository, protocol=protocol, org_name=org) + '#' + branch
try:
item_container = driver.find_element_by_xpath(
'.//span[@id="repo_url" and text()="%s"]'
Expand Down

0 comments on commit acf06ff

Please sign in to comment.