Fixing testing
This commit is contained in:
parent
674b1f2040
commit
a30a62e8aa
|
|
@ -18,12 +18,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Init') {
|
|
||||||
steps {
|
|
||||||
sh "apt-get update && apt-get install -y make docker.io"
|
|
||||||
sh "make build-docker-test-image"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('R6RS') {
|
stage('R6RS') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue