Compare commits

...

2 Commits

Author SHA1 Message Date
67ecf20a08 ci: do not publish as prerelease
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
2025-08-25 11:26:12 +02:00
2e4f3972a9 ci: remove develop branch ref
Some checks reported warnings
Cadoles/bouncer/pipeline/head This commit was not built
2025-08-25 11:22:54 +02:00

4
Jenkinsfile vendored
View File

@ -33,7 +33,6 @@ pipeline {
when { when {
anyOf { anyOf {
branch 'master' branch 'master'
branch 'develop'
} }
} }
steps { steps {
@ -45,7 +44,7 @@ pipeline {
passwordVariable: 'GITEA_RELEASE_PASSWORD' passwordVariable: 'GITEA_RELEASE_PASSWORD'
]) ])
]) { ]) {
sh 'make gitea-release' sh 'GITEA_RELEASE_IS_PRERELEASE=false make gitea-release'
} }
} }
} }
@ -55,7 +54,6 @@ pipeline {
when { when {
anyOf { anyOf {
branch 'master' branch 'master'
branch 'develop'
} }
} }
steps { steps {