Home
last modified time | relevance | path

Searched refs:push_url (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/git/
H A Dgithub-automation.py180 def push_url(self) -> str: member in ReleaseWorkflow
292 push_url = self.push_url
293 print('Pushing to {} {}'.format(push_url, branch_name))
294 local_repo.git.push(push_url, 'HEAD:{}'.format(branch_name), force=True)
331 local_repo.git.push(self.push_url, f'{branch}:{head_branch}', force=True)
339 raise Exception("Failed to mirror branch into {}".format(self.push_url))