feat(ci): remove debug output for PATH in SemanticReleasingExecutor
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
f13ad45fb5
commit
a2978bada7
@ -35,7 +35,6 @@ class SemanticReleasingExecutor {
|
|||||||
steps.env.GIT_LOCAL_BRANCH = "${branch}"
|
steps.env.GIT_LOCAL_BRANCH = "${branch}"
|
||||||
steps.sh """
|
steps.sh """
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo $PATH
|
|
||||||
semantic-release
|
semantic-release
|
||||||
"""
|
"""
|
||||||
steps.log.info("SemanticReleasingExecutor", "Semantic release completed, read latest version from VERSION file")
|
steps.log.info("SemanticReleasingExecutor", "Semantic release completed, read latest version from VERSION file")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user