ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
cd934147f8
commit
d3c15adf20
@ -32,6 +32,7 @@ class SemanticReleasingExecutor {
|
|||||||
steps.log.info("SemanticReleasingExecutor", "Installing semantic-release plugins...")
|
steps.log.info("SemanticReleasingExecutor", "Installing semantic-release plugins...")
|
||||||
steps.sh "npm install -g ${plugins.join(' ')}"
|
steps.sh "npm install -g ${plugins.join(' ')}"
|
||||||
steps.sh "git config --global --add safe.directory ${steps.env.workroot}"
|
steps.sh "git config --global --add safe.directory ${steps.env.workroot}"
|
||||||
|
steps.sh "git branch --show-current"
|
||||||
steps.sh "semantic-release"
|
steps.sh "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")
|
||||||
steps.env.LATEST_VERSION = steps.readFile('VERSION').trim()
|
steps.env.LATEST_VERSION = steps.readFile('VERSION').trim()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user