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 d203977 commit f863466Copy full SHA for f863466
perfrunner/remote/__init__.py
@@ -41,8 +41,6 @@ def init_repo(self, worker_home: str):
41
with cd(worker_home):
42
run('git clone -q {}'.format(REPO))
43
with cd('perfrunner'):
44
- run('git fetch https://review.couchbase.org/perfrunner refs/changes/66/190466/15 '
45
- '&& git cherry-pick FETCH_HEAD')
46
run('make')
47
48
@all_clients
0 commit comments