There was an error while loading. Please reload this page.
1 parent a98fa8b commit d936ba3Copy full SHA for d936ba3
test_elasticsearch/run_tests.py
@@ -54,7 +54,7 @@ def fetch_es_repo():
54
shell=True,
55
)
56
# reset to the version fron info()
57
- subprocess.check_call("cd %s && git pull" % repo_path, shell=True)
+ subprocess.check_call("cd %s && git fetch" % repo_path, shell=True)
58
subprocess.check_call("cd %s && git reset --hard %s" % (repo_path, sha), shell=True)
59
60
0 commit comments