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:23:37 UTC

[trafficserver-ci] branch remove-head updated: Update centos.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 2617cff  Update centos.pipeline
2617cff is described below

commit 2617cffbc3cf58e240986c19ba9a81461d4ea356
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Thu Sep 1 12:23:33 2022 -0600

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

diff --git a/jenkins/github/centos.pipeline b/jenkins/github/centos.pipeline
index ceac025..dbd4992 100644
--- a/jenkins/github/centos.pipeline
+++ b/jenkins/github/centos.pipeline
@@ -44,9 +44,6 @@ pipeline {
             steps {
                 echo 'Starting build'
                 dir('src') {
-                    // For Jenkins debugging. We comit to the top of README in our debug PRs.
-                    sh('head README')
-
                     sh '''#!/bin/bash
                         set -x
                         set -e