Compare commits

...

1 Commits

Author SHA1 Message Date
4c6e979bb6 fix(ci): inject current branch name in release tasks
All checks were successful
arcad/edge/pipeline/head This commit looks good
2023-10-02 21:25:36 -06:00

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
]) ])
]) { ]) {
sh 'make .mktools' sh 'make .mktools'
sh 'make gitea-release' sh "export MKT_PROJECT_VERSION_BRANCH_NAME=${env.BRANCH_NAME}; make gitea-release"
} }
} }
} }