mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 03:43:30 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
601feceb65
2 changed files with 7 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -20,6 +20,9 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Publish') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh './gradlew publish --no-daemon'
|
||||
}
|
||||
|
@ -29,4 +32,4 @@ pipeline {
|
|||
environment {
|
||||
local_maven = '/var/www/maven'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,5 +4,8 @@
|
|||
},
|
||||
"DJAscendance": {
|
||||
"tier": 1
|
||||
},
|
||||
"SneezySchoo": {
|
||||
"tier": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue