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:38:57 UTC

[trafficserver-ci] branch main updated: Update osx.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 76eaaa6  Update osx.pipeline
76eaaa6 is described below

commit 76eaaa69ba5e5b934fedf6c31a171a05b35e0941
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Thu Sep 1 12:38:53 2022 -0600

    Update osx.pipeline
---
 jenkins/github/osx.pipeline | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jenkins/github/osx.pipeline b/jenkins/github/osx.pipeline
index d1b6b27..97ab7ca 100644
--- a/jenkins/github/osx.pipeline
+++ b/jenkins/github/osx.pipeline
@@ -12,7 +12,6 @@ pipeline {
                         userRemoteConfigs: [[url: github_url, refspec: '+refs/pull/*:refs/remotes/origin/pr/*']]])
                         //userRemoteConfigs: [[url: 'https://github.com/ezelkow1/trafficserver', refspec: '+refs/pull/*:refs/remotes/origin/pr/*']]])
                         //userRemoteConfigs: [[url: 'https://github.com/ezelkow1/trafficserver', refspec: '+refs/pull/${sha1}/merge:refs/remotes/origin/pull/${sha1}/merge']]])
-                    sh 'head -1 README'
                 }
                 echo 'Finished Cloning'
             }