fix(ci): inject current branch name in release tasks
arcad/edge/pipeline/head This commit looks good
Details
arcad/edge/pipeline/head This commit looks good
Details
This commit is contained in:
parent
0fded0170a
commit
4c6e979bb6
|
@ -35,7 +35,7 @@ pipeline {
|
|||
])
|
||||
]) {
|
||||
sh 'make .mktools'
|
||||
sh 'make gitea-release'
|
||||
sh "export MKT_PROJECT_VERSION_BRANCH_NAME=${env.BRANCH_NAME}; make gitea-release"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue