Browse Source

Jenkins Style Check skip submodules clean

sbg
Daniel Agar 7 years ago
parent
commit
d05bc28576
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

@ -8,7 +8,6 @@ pipeline {
} }
steps { steps {
sh 'make submodulesclean'
sh 'make check_format' sh 'make check_format'
} }
} }

Loading…
Cancel
Save