Compare commits
4 Commits
v2025-8-25
...
v2025-8-25
Author | SHA1 | Date | |
---|---|---|---|
67ecf20a08 | |||
2e4f3972a9 | |||
5867d499cb | |||
4c7ba22b50 |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||||
|
Reference in New Issue
Block a user