Fixing tests
This commit is contained in:
parent
6d37e7bba3
commit
434a45194f
|
|
@ -19,9 +19,11 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('Build compile-r7rs') {
|
||||
docker {
|
||||
image "schemers/chicken:5"
|
||||
label "docker-x86_64"
|
||||
agent {
|
||||
docker {
|
||||
image "schemers/chicken:5"
|
||||
label "docker-x86_64"
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh "git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git"
|
||||
|
|
|
|||
Loading…
Reference in New Issue