Update the CI pipelines

This commit is contained in:
Thomas Nagy 2021-12-04 10:22:00 +01:00
parent 2bbee630cc
commit d27e0bd271
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ pipeline {
}
steps {
sh 'python3 ./waf-light'
stash includes: 'waf', name: 'waf'
}
steps {
sh 'python2.7 ./waf --help'
stash includes: 'waf', name: 'waf'
}