Fixing testing
This commit is contained in:
parent
8d90d2d98f
commit
36dfb46c90
|
|
@ -20,13 +20,6 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
|
||||
stage('Cleanup') {
|
||||
steps {
|
||||
sh "rm -rf *.json"
|
||||
}
|
||||
}
|
||||
|
||||
stage('R6RS tests') {
|
||||
steps {
|
||||
script {
|
||||
|
|
|
|||
Loading…
Reference in New Issue