This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new dba8884  cmake: rat now has a cmake target (#236)
dba8884 is described below

commit dba8884eb890edaf8a398404267c48ee83d92847
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Mon Oct 16 13:06:13 2023 -0500

    cmake: rat now has a cmake target (#236)
---
 jenkins/github/rat.pipeline | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/jenkins/github/rat.pipeline b/jenkins/github/rat.pipeline
index 538439e..741ae0c 100644
--- a/jenkins/github/rat.pipeline
+++ b/jenkins/github/rat.pipeline
@@ -45,8 +45,7 @@ pipeline {
                         set -x
                         set -e
 
-                        # `1 -eq 0 -a` because we currently don't support RAT 
in cmake.
-                        if [ 1 -eq 0 a -d cmake ]
+                        if [ -d cmake ]
                         then
                             cmake -B build
                             cmake --build build --target rat

Reply via email to