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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-build.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a6b0e7  delete offending git chekcout, already donewith git branh 
command
8a6b0e7 is described below

commit 8a6b0e7c651252d145044b5f668dcab95d56ccc8
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Oct 21 14:39:23 2022 +0200

    delete offending git chekcout, already donewith git branh command
---
 Jenkinsfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 78646c0..4bbeea2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,7 +96,6 @@ pipeline
                         sh "pwd"
                         sh "git branch"
                         echo "${params.TURBINE_COMPONENT}: Checked out 
${params.SUB_MODULE_HEAD}"
-                        sh "git checkout ${params.SUB_MODULE_HEAD}"
                         env.CURRENT_BRANCH = sh(script: "git status --branch 
--porcelain | grep '##' | cut -c 4-", returnStdout: true).trim()
                         echo "CURRENT_BRANCH: ${env.CURRENT_BRANCH}"
                         // Capture last commit hash for final commit message

Reply via email to