Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu committed Sep 21, 2018
1 parent 64f55cf commit 368593a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/Jenkinsfile_utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ def publish_test_coverage() {
// CodeCovs auto detection has trouble with our CIs PR validation due the merging strategy
lastCommitMessage = sh (script: "git log -1 --pretty=%B", returnStdout: true)
lastCommitMessage = lastCommitMessage.trim()
echo lastCommitMessage
echo lastCommitMessage.startsWith("Merge commit '").toString()
echo lastCommitMessage.endsWith("' into HEAD").toString()
if (lastCommitMessage.startsWith("Merge commit '") && lastCommitMessage.endsWith("' into HEAD")) {
// Merge commit applied by Jenkins, skip that commit
GIT_COMMIT_HASH = sh (script: "git rev-parse @~", returnStdout: true)
Expand Down

0 comments on commit 368593a

Please sign in to comment.