feat(ci): add debug output for PATH in SemanticReleasingExecutor
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
af9d31c028
commit
4e2cf2ed34
@ -35,6 +35,7 @@ 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