Jenkins Style Check skip submodules clean

This commit is contained in:
Daniel Agar 2018-04-02 11:31:26 -04:00
parent 381c2b52ac
commit d05bc28576
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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