mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
allow maven publish for this branch
This commit is contained in:
parent
241725e9c2
commit
58a98fb2c3
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -20,9 +20,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
when {
|
|
||||||
branch 'master'
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew publish --no-daemon'
|
sh './gradlew publish --no-daemon'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue