This commit is contained in:
12WW1160
2021-01-02 22:33:47 +01:00
parent 72a7669ffa
commit 7e82c6abaf

3
Jenkinsfile vendored
View File

@@ -82,8 +82,7 @@ pipeline {
steps { steps {
sh ''' sh '''
source /opt/rh/rh-ruby27/enable source /opt/rh/rh-ruby27/enable
mdl README.md mdl *.md
mdl docs/
''' '''
} }
} }