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