Fixing testing

This commit is contained in:
retropikzel 2026-01-25 19:51:37 +02:00
parent 674b1f2040
commit a30a62e8aa
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -18,12 +18,6 @@ pipeline {
}
stages {
stage('Init') {
steps {
sh "apt-get update && apt-get install -y make docker.io"
sh "make build-docker-test-image"
}
}
stage('R6RS') {
steps {
script {