зеркало из https://github.com/mozilla/bugbug.git
When pulling, no need to specify the full URL, just use 'origin'
This commit is contained in:
Родитель
ceae801e48
Коммит
5ad8615994
|
@ -116,7 +116,7 @@ class MicroannotateGenerator(object):
|
|||
stop=tenacity.stop_after_attempt(5),
|
||||
)(
|
||||
lambda: subprocess.run(
|
||||
["git", "pull", self.repo_url, "master"],
|
||||
["git", "pull", "origin", "master"],
|
||||
cwd=self.git_repo_path,
|
||||
capture_output=True,
|
||||
check=True,
|
||||
|
|
Загрузка…
Ссылка в новой задаче