You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/09/07 16:15:58 UTC

[trafficserver-ci] branch main updated: remove head -1 README

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

bnolsen 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 b77354d  remove head -1 README
     new 2e13779  Merge pull request #114 from traeak/clang_analyzer_readme
b77354d is described below

commit b77354d6e29477f155ce37f1cb1dae1d771d006c
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Wed Sep 7 16:15:22 2022 +0000

    remove head -1 README
---
 jenkins/bin/clang-analyzer.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jenkins/bin/clang-analyzer.sh b/jenkins/bin/clang-analyzer.sh
index 892830f..2dbc1e7 100755
--- a/jenkins/bin/clang-analyzer.sh
+++ b/jenkins/bin/clang-analyzer.sh
@@ -20,7 +20,6 @@ set -x
 
 test -z "${WORKSPACE}" && WORKSPACE=".."
 mkdir -p ${WORKSPACE}/output/${GITHUB_BRANCH}
-head -1 README
 
 grep -q 80010 configure.ac && echo "8.1.x branch detected, stop here!" && exit 0