fixup! Jenkinsfile: try out more stages, build docs

This commit is contained in:
Martin Weinelt 2019-06-20 23:44:33 +02:00
parent 8f2b64ab7a
commit 63b02eaca3

View File

@ -8,7 +8,7 @@ pipeline {
stages {
stage('lint') {
steps {
sh 'luacheck --std=min {packages,scripts,target}'
sh 'luacheck package scripts targets'
}
}
stage('docs') {