Fixing testing
This commit is contained in:
parent
9d1f3f0b0b
commit
f08f6c3024
|
|
@ -20,7 +20,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Init') {
|
stage('Init') {
|
||||||
steps {
|
steps {
|
||||||
sh "apk add make docker tree git gcc curl"
|
sh "apk add make docker tree git gcc curl xz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('R6RS script') {
|
stage('R6RS script') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue