Compare commits

...

1 Commits

Author SHA1 Message Date
b2f100f987 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:22:44 -06:00

2
Jenkinsfile vendored
View File

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