From 847444a3023fecab5302a0b7b3dfbe3a751606d7 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 19 Oct 2020 18:11:19 +0800 Subject: [PATCH] ceph-perf-pull-requests: use github.com/ceph/githubcheck.git Signed-off-by: Kefu Chai --- .../config/definitions/ceph-perf-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml index 96582837..95b3e550 100644 --- a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml +++ b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml @@ -190,7 +190,7 @@ esac virtualenv -q --python python3 ${{WORKSPACE}}/gh-venv . ${{WORKSPACE}}/gh-venv/bin/activate - pip install -e ${{WORKSPACE}}/cbt/tools/githubcheck + pip install git+https://github.com/ceph/githubcheck.git echo "please hold tight..." | github-check \ --owner {check-repo-owner} \ --repo {check-repo-name} \ -- 2.47.3