Revert "fixup! wip: ci: use fedoraBuild"

This reverts commit bfd826276d.
This commit is contained in:
2025-11-23 13:32:14 -06:00
parent bfd826276d
commit eac90680e7

10
ci/Jenkinsfile vendored
View File

@@ -40,7 +40,7 @@ try {
}
stage('Sign') {
if (BRANCH_NAME == 'main') {
when(BRANCH_NAME == 'main') {
withEnvironment([
"GNUPGHOME=${env.WORKSPACE_TMP}/gnupg",
]) {
@@ -57,14 +57,6 @@ try {
sh '. ci/sign.sh'
}
}
} else {
catchError(
catchInterruptions: false,
buildResult: null,
stageResult: 'NOT_BUILT',
) {
error('skip')
}
}
}