]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: remove superfluous ";;" 1645/head
authorKefu Chai <kchai@redhat.com>
Fri, 21 Aug 2020 09:50:59 +0000 (17:50 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 21 Aug 2020 09:50:59 +0000 (17:50 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index ffb69aeaca1491dc207a09e4afc8d862680e753d..cc318f7eaa5594e3c3a944b20f891bf8d43cf0df 100644 (file)
           centos|rhel)
               sudo dnf module disable -y llvm-toolset
               sudo dnf copr enable -y tchaikov/llvm-toolset-10 centos-stream-x86_64
-              sudo yum install -y python3-pyyaml python3-lxml python3-prettytable ${{extra_pkgs}};;
+              sudo yum install -y python3-pyyaml python3-lxml python3-prettytable ${{extra_pkgs}}
               gcc_toolset_ver=9
               # so clang is able to find gcc-toolset-${{gcc_toolset_ver}} which is listed as a
               # BuildRequires in ceph.spec.in, and it is installed by `run-make.sh`.