remove attempts at cleanup

This commit is contained in:
nikky 2018-07-07 14:42:40 +02:00
parent edbac3dfaf
commit 254c990d76
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -4,9 +4,6 @@ pipeline {
stage("init") {
steps {
sh 'git submodule update --init --recursive'
sh 'find . -name gen -delete'
sh 'find . -name gen -exec ls -lr {} \\;'
sh 'find . -name build -exec ls -lr {} \\;'
}
}
stage("1.7.10") {