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 2021/10/06 16:10:26 UTC

[trafficserver-ci] branch main updated: Remove ${GITHUB_BRANCH} from archive dir (#54)

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

bneradt 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 055a0a3  Remove ${GITHUB_BRANCH} from archive dir (#54)
055a0a3 is described below

commit 055a0a37318550b2c9e2bcf019f780fa1aa6d4a7
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Wed Oct 6 11:10:20 2021 -0500

    Remove ${GITHUB_BRANCH} from archive dir (#54)
    
    It's in the ${WORKSPACE} already.
---
 jenkins/branch/coverage.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/branch/coverage.pipeline b/jenkins/branch/coverage.pipeline
index 03d51d1..bc2d247 100644
--- a/jenkins/branch/coverage.pipeline
+++ b/jenkins/branch/coverage.pipeline
@@ -185,7 +185,7 @@ pipeline {
 							--output-directory /tmp/lcov-report \
 							/tmp/lcov_tracefile_filtered.info
 
-						cp -rf /tmp/lcov-report ${WORKSPACE}/output/${GITHUB_BRANCH}/
+						cp -rf /tmp/lcov-report ${WORKSPACE}/output/
 						sudo chmod -R 777 ${WORKSPACE}
 						 '''
 				}