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 2021/04/12 15:35:43 UTC

[trafficserver-ci] branch main updated: Update clang-format.pipeline

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

eze 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 d8ede11  Update clang-format.pipeline
d8ede11 is described below

commit d8ede11a1cf81ff01d4b2531d666fe6359720749
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Mon Apr 12 09:35:34 2021 -0600

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

diff --git a/jenkins/github/clang-format.pipeline b/jenkins/github/clang-format.pipeline
index 5ba44a8..3439c3f 100644
--- a/jenkins/github/clang-format.pipeline
+++ b/jenkins/github/clang-format.pipeline
@@ -26,8 +26,6 @@ pipeline {
             steps {
                 echo 'Starting build'
                 dir('src') {
-                    // STILL NEED TO MAKE CLANG_FORMAT IMG, Include Pip for pep8
-                    sh('head -1 README')
                     sh '''#!/bin/bash
                             git grep -IE ' +$' | fgrep -v '.gold:'
                             if [ "1" != "$?" ]; then