]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-pipeline: fix withCrimson def 2518/head
authorDavid Galloway <david.galloway@ibm.com>
Wed, 24 Dec 2025 19:13:31 +0000 (14:13 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 24 Dec 2025 19:13:31 +0000 (14:13 -0500)
Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-dev-pipeline/build/Jenkinsfile

index d5872a865e867eb6a15f8079ac88a87a60562141..588cde66808e36b43b1d68ab852d1d2a77ec6bdd 100644 (file)
@@ -374,7 +374,7 @@ pipeline {
                   podman pull ${env.CEPH_BUILDER_IMAGE}:${ceph_builder_tag_short} || \
                   true
                 """
-                def withCrimson = env.BRANCH !in ['tentacle', 'squid', 'reef']
+                def withCrimson = !(env.BRANCH in ['tentacle', 'squid', 'reef'])
                 sh """#!/bin/bash
                   set -ex
                   echo > .env