Skip to content

Commit f863466

Browse files
committed
Removing the git cherry pick as the patch is merged
Change-Id: Ida8765ac97decf02f0b845c6c322f42d21f609b8 Reviewed-on: https://review.couchbase.org/c/perfrunner/+/191098 Tested-by: Build Bot <[email protected]> Reviewed-by: Devansh Srivastava <[email protected]>
1 parent d203977 commit f863466

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

perfrunner/remote/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def init_repo(self, worker_home: str):
4141
with cd(worker_home):
4242
run('git clone -q {}'.format(REPO))
4343
with cd('perfrunner'):
44-
run('git fetch https://review.couchbase.org/perfrunner refs/changes/66/190466/15 '
45-
'&& git cherry-pick FETCH_HEAD')
4644
run('make')
4745

4846
@all_clients

0 commit comments

Comments
 (0)