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:26:08 UTC

[trafficserver-ci] branch remove-head updated: Update rat.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 18f5724  Update rat.pipeline
18f5724 is described below

commit 18f5724ade7820991e4a4bf19b1316aef8bc1168
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Thu Sep 1 12:26:04 2022 -0600

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

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