From db52c6d39f92bc0996890a494898e5b08503adfc Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 6 Oct 2020 18:40:36 +0800 Subject: [PATCH] ceph-perf-pull-requests: s/source/./ turns out we have ubuntu test nodes labeled with "performance", and they use dash for "sh", and jenkins use "sh" for running the embedded scripts. let's avoid bashism, and use "." instead. this change is a follow-up of 4e0a8987c7d19004d33c153b107057f684b547de 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 e6f30b1a..96582837 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 @@ -85,7 +85,7 @@ archive_dir_master={archive-master}/$(git rev-parse --short HEAD) cd ${{WORKSPACE}}/{src-dir-pr} archive_dir_pr={archive-pr}/$(git rev-parse --short HEAD) - source ${{WORKSPACE}}/gh-venv/bin/activate + . ${{WORKSPACE}}/gh-venv/bin/activate ${{WORKSPACE}}/cbt/compare.py -v \ -a $archive_dir_pr \ -b $archive_dir_master \ -- 2.39.5