1
0
Fork 0
mirror of https://github.com/Ellpeck/ActuallyAdditions.git synced 2025-01-06 00:37:42 +01:00

allow maven publish for this branch

This commit is contained in:
Ell 2020-10-07 21:31:08 +02:00
parent 241725e9c2
commit 58a98fb2c3

3
Jenkinsfile vendored
View file

@ -20,9 +20,6 @@ pipeline {
}
stage('Publish') {
when {
branch 'master'
}
steps {
sh './gradlew publish --no-daemon'
}