From: Guillaume Abrioux Date: Wed, 9 Oct 2019 05:58:06 +0000 (+0200) Subject: ceph-ansible-prs: remove non breaking space X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1410%2Fhead;p=ceph-build.git ceph-ansible-prs: remove non breaking space remove non breaking space introduced by 54ed76efcf9b956079daf22669dbfc14b6114224 Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index f789aa9ff..497869074 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -134,7 +134,7 @@ echo "Only docs were modified. Skipping the rest of the job." exit 1 fi - if [[ "$ghprbTargetBranch" =~ stable-3. && "$SCENARIO" == "podman" ]]; then + if [[ "$ghprbTargetBranch" =~ stable-3. && "$SCENARIO" == "podman" ]]; then echo "This scenario isn't available on this branch." exit 1 fi