From e5428ae6665e6796d0e716a89bd591f11d00c903 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 9 Oct 2019 07:58:06 +0200 Subject: [PATCH] ceph-ansible-prs: remove non breaking space remove non breaking space introduced by 54ed76efcf9b956079daf22669dbfc14b6114224 Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index f789aa9f..49786907 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 -- 2.39.5