]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-trigger: add escape ) by adding \ before it 1874/head
authorKefu Chai <kchai@redhat.com>
Sat, 10 Jul 2021 13:33:10 +0000 (21:33 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 10 Jul 2021 13:33:12 +0000 (21:33 +0800)
this should address the regression introduced by
99ac2b60d3e9c236802daf752d9924076151bf82

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml

index 0da7866c6098b123ed7050a4320c17becd88dc5e..061cd4468f92187cd5b5359137fba6752488d0bb 100644 (file)
       - conditional-step:
           condition-kind: shell
           condition-command: |
-            echo "${GIT_BRANCH}" | grep -v '\(luminous\|mimic\|nautilus\|octopus\|pacific\|crimson-only\|jaeger)'
+            echo "${GIT_BRANCH}" | grep -v '\(luminous\|mimic\|nautilus\|octopus\|pacific\|crimson-only\|jaeger\)'
           on-evaluation-failure: dont-run
           steps:
             - shell: