You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2022/09/01 18:24:10 UTC

[trafficserver-ci] branch remove-head updated: Update clang-format-test.pipeline

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

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


The following commit(s) were added to refs/heads/remove-head by this push:
     new 34e934c  Update clang-format-test.pipeline
34e934c is described below

commit 34e934c3813a79d25ebf9e9d81fa2c519c3f3eb7
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Thu Sep 1 12:24:06 2022 -0600

    Update clang-format-test.pipeline
---
 jenkins/github/clang-format-test.pipeline | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/jenkins/github/clang-format-test.pipeline b/jenkins/github/clang-format-test.pipeline
index 94940d3..8b3fac7 100644
--- a/jenkins/github/clang-format-test.pipeline
+++ b/jenkins/github/clang-format-test.pipeline
@@ -44,9 +44,6 @@ pipeline {
             steps {
                 echo 'Starting build'
                 dir('src') {
-                    // STILL NEED TO MAKE CLANG_FORMAT IMG, Include Pip for pep8
-                    sh('head README')
-
                     sh '''#!/bin/bash
                             set -x
                             git grep -IE ' +$' | fgrep -v '.gold:' | fgrep -v '.test_input'