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