From a2978bada7e1806d66d173c9c5aa37628fe2415b Mon Sep 17 00:00:00 2001 From: zhenyus Date: Thu, 6 Mar 2025 18:12:15 +0800 Subject: [PATCH] feat(ci): remove debug output for PATH in SemanticReleasingExecutor Signed-off-by: zhenyus --- .../src/com/freeleaps/devops/SemanticReleasingExecutor.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy b/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy index 3974e1f2..9bdff998 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy @@ -35,7 +35,6 @@ class SemanticReleasingExecutor { steps.env.GIT_LOCAL_BRANCH = "${branch}" steps.sh """ #!/bin/bash - echo $PATH semantic-release """ steps.log.info("SemanticReleasingExecutor", "Semantic release completed, read latest version from VERSION file")